Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #257938
    nhb201
    Participant

    Hi,

    This is a beautiful theme, but I’d love to declutter it further.

    Is it possible to turn off the search function (i.e. the magnifying glass) and the page title that appear at the top of my website?

    In case you’re unclear what I’m referring to, the site address is: https://gondwanarisk.com

    Many thanks in advance,

    Nick

    #257956
    Skandha
    Participant

    @nhb201: Hello Nick,
    To remove the search function
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-social-container, .search-container {
        display: none !important;
    }

    The page title that you are referring to is the Menu. Do you want remove that too?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #258103
    nhb201
    Participant

    Hi @Skandha,

    That seems to have removed the search function, thanks!

    Please could you tell me how to remove the menu too?

    This still shows up and includes the search function on a phone.

    Many thanks,

    Nick

    #258181
    Skandha
    Participant

    @nhb201: Hello Nick,
    The above code should remove the search function even on mobile phone. I checked your site on my phone and didn’t see the search function. Can you please check again?

    Kind Regards,
    Skandha

    #258182
    nhb201
    Participant

    Hi @Skandha,

    You’re right, the search function has gone now – thanks!

    But how do I remove the menu?

    I don’t want “About” to show at the top of the page on a computer or “= Menu” to show on a mobile.

    Thanks,

    Nick

    #258186
    Skandha
    Participant

    @nhb201: Hello Nick,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #258187
    nhb201
    Participant

    Perfect! Thanks so much, @Skandha!

    #258188
    Skandha
    Participant

    @nhb201: Hello Nick, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #258191
    nhb201
    Participant

    Would be happy to, but I don’t appear to have a login for WordPress.org – sorry!

    #263703
    [email protected]
    Participant

    Hi I removed the search with the steps above but I’m having additional issues. my site is makeleaders.org.
    1. I’d like my menu of pages to be where the search icon was, completely to the right.
    2. And when I shrink the page, where the menu collapses, there’s a blank space in the menu where the search bar used to be. I’d like that gone.
    3. When I expand the page, after having shrunk it, the pages in the menu are now stacked on top of each other.

    Please help!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Top of the page search function and page title’ is closed to new replies.