Hiding category

Home Forums All Other Themes Hiding category

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149705
    Veronika PoklembovaVeronika Poklembova
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: February 4, 2020

    Hi,
    this is my website (www.etp.sk – SKT Fundraising Theme) and on the bottom of page I have inserted Search pannel.
    When I try it, it finds all things well, yet page with results shows right side bar with categories and archives.
    Please, how do I hide it?
    The same things show on other searching results…
    Thanks

    #149713
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .search-results #sidebar {
        display: none;
    }
    .search-results .lay4_wrap {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.