Use GD home page template for a WordPress page

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 7 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #351612

    cyril lansade
    Expired Member
    Post count: 150

    Hi,

    I’m trying to find a way to make a single WordPress page look similar to the GD home page in that the content is flush with the header. This page here: https://medrate.asia/sg/write-a-review/
    I want the image panel flush with the header in the way the map is on the GD home page here:
    https://medrate.asia/sg/

    I tried to follow the instructions for removing the header from this article but it didn’t work. The page ID is 7972
    https://wpgeodirectory.com/support/topic/remove-header-image/

    Is there any easy way?

    Many thanks

    #351667

    Kor
    Moderator
    Post count: 16516

    Hi Cyril,

    I’d like you to know that we do not offer theme related customization as it falls outside the scope of what we offer for support. But since you’re using our theme, I’ll just help you this one time. Try using the custom CSS code below to remove the header title and the space between the slider and the header. Refer to this article to learn more about CSS customization. https://wpgeodirectory.com/docs/customizing-your-style/

    
    
    article.post-7972 header{
        display:none;
    }
    
    .page-id-7972 .content-single {
        margin-top: 0px!important;
    }
    
    .page-id-7972 .content-box.content-single article.hentry {
        margin: 0px!important;
        padding: 0px!important;
    }
    #351809

    cyril lansade
    Expired Member
    Post count: 150

    Hello,

    Thanks so much but noted. I was able to target the right elements I just couldn’t get the reference to the page correct.

    Works perfectly

    #351840

    Kor
    Moderator
    Post count: 16516

    Hi Cyril,

    Glad that you sorted it out yourself. Let us know if you need anything else.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket