Remove feature area from all pages except the homepage.

This topic contains 5 replies, has 3 voices, and was last updated by  Guust 6 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #399088

    Marisol
    Free User
    Post count: 23

    Is there any way to remove the featured area from all the pages EXCEPT the home page?

    #399091

    Joy
    Buyer
    Post count: 1076

    Hi, you’d have to target each page that you want to remove the featured image from using CSS.

    Example:

    
    
    .page-id-# .featured-area {
    display:none;
    }

    Add to your Scrips CSS in your GD settings under the Design tab. That should do it. Unless you wanted to remove from all listings too?

    #399107

    Marisol
    Free User
    Post count: 23

    Yes I want to remove that featured area from every page except the home page. Is there a way to do that, instead of each page?

    #399110

    Joy
    Buyer
    Post count: 1076

    Give this a try:

    
    
    body.single .featured-area {
       display: none! important;
    }
    #399113

    Marisol
    Free User
    Post count: 23

    That worked great! Thank you very much.

    #399135

    Guust
    Moderator
    Post count: 29970

    Thanks Joy for chipping in.
    I’ll set this to resolved.

    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