Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1016269
Search Page amends
Closed

Comments

  •  2
    niemand1981 started the conversation

    Hi,

    Thanks for all your help so far. You've been amazing!

    I want to remove the top area from the Search page, as well the page title and the sharing icons on the search results.


    Many thanks,

    Sofia

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    body.search .page-title-block {
        display: none;
    }
    body.search .post-footer-sharing {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    niemand1981 replied

    Thanks for the reply, this definitely works for the Page title and sharing icons, but I also want to hide the Top Area. On a normal page, I would have the option to hide it, but unfortunately there's no page for search...


    Thanks,

    Sofia

  •  7,280
    Oliver replied

    pls. use following css:

    body.search .top-area {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver