Hide Featured Image from Header

This topic contains 5 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
  • #356230

    Lance Sampson
    Buyer
    Post count: 108

    Hi

    How do I hide the huge featured image at the top of the details page on the supreme directory template. I want all the page content to just move up on the page.

    Thanks in advance.

    #356231

    Kor
    Moderator
    Post count: 16516

    Hi Lance,

    Please us the custom CSS code below to remove it. Insert into Gd > Design > Scripts > Custom Style CSS.
    Follow this guide to learn more about tweaking CSS https://wpgeodirectory.com/docs/customizing-your-style/ .

    
    
    .featured-area {
        display: none!important;
    }

    Thanks!

    #356236

    Lance Sampson
    Buyer
    Post count: 108

    Hi Kor

    Thanks for your help.

    I used the code you suggested but it removes the images from other pages including the home page as well. How can I write it to only affect the “details page”?

    #356237

    Kor
    Moderator
    Post count: 16516

    Hi Lance,

    Sorry about that. Please use this custom CSS code below instead.

    
    
    .single-gd_place .featured-area {
        display: none!important;
    }
    #356238

    Lance Sampson
    Buyer
    Post count: 108

    That did the trick.

    Thank you very much! You were a great help!

    #356261

    Kor
    Moderator
    Post count: 16516

    Hi Lance,

    Glad that helped and enjoy GD !

    Thanks!

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

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

Open Support Ticket