Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1679274
Removing slider from search page
Closed

Comments

  • Matthew started the conversation

    Hi,

    I'd like to remove banners from the search archive pages, but I can't seem to make that work with the CSS that I've been trying.

    Is there a setting or CSS so remove banners from pages showing search returns (see related URL for an example of a page where I'd like to remove the banner).

    Thanks,

    Matthew


  •  2,699
    PenciDesign replied

    Hi,

    Do you mean about the ads above the footer? If right, please add more this code to Customize > Custom CSS to remove it:

    body.blog .footer-ad{ display: none; }
    

    Best Regards,

    PenciDesign

  • Matthew replied

    Hi,

    Thanks for getting back to me. Sorry to be unclear. I should have said that I mean the slider with five post images at the top of the page here: http://new.citysecuritymagazine.com/?sfid=1713&authors=david-ward

    I've also taken  screenshot showing the slider that I want to remove and attached it.

    I just don't know the CSS code to target this particular search return page.

    Thanks,

    Matthew

  •  2,699
    PenciDesign replied

    Hi,

    Ah, ok. Please use this custom css code:

    body.blog .featured-area{ display: none; }

    Best Regards,

    PenciDesign

  • Matthew replied

    That's worked great. Thanks for your help.