Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #123579
    zeldafwilliams
    Participant

    I tried to hide search box with:

    #search-toggle {
    display: none;
    }

    It didn’t work. Using Catch Flames Free. url: openhandsham.org

    #123594
    Mahesh
    Keymaster

    @zeldafwilliams: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .widget_search {
        display: none;
    }

    Regards,
    Mahesh

    #123628
    tourwithlewis
    Participant

    Hi Mahesh, thanks! This was the first one that actually worked. However, I have now lost the search box in my right sidebar too! Is there any way I can lose it in the header but keep it in the sidebar? Thanks a million!!

    Lewis

    #123634
    Mahesh
    Keymaster

    @tourwithlewis: Use the following CSS:

    #sidebar-header-right .widget_search {
        display: none;
    }

    Regards,
    Mahesh

    #123635
    tourwithlewis
    Participant

    Thanks for the swift reply! It didn’t work, it brought both back. I will just keep the site without search boxes, no big deal. One other thing I was wondering was that somehow the link color in the footer is different from the link color in the right sidebar. I want the sidebar links to stay black (and also black when hovering), but since the footer is black I would like the link color to be white. In case you are interested my site is http://www.tourwithlewis.com

    Thanks!

    #123668
    Mahesh
    Keymaster

    @tourwithlewis: Thought you were using Catch Flames theme, the above code was for Catch Flames and you are using Simple Catch Pro.
    For changing footer link to white, add the following CSS:

    #site-generator span, 
    #site-generator a {
        color: #fff;
    }

    Regards
    Mahesh

    #123723
    tourwithlewis
    Participant

    Thank you that worked! Brilliant. Have a nice day!

    #123757
    Mahesh
    Keymaster

    @tourwithlewis: I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/simple-catch/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help! Have a nice day!

    Regards,
    Mahesh

    #124166
    zeldafwilliams
    Participant

    Hi Mahesh,

    I started this thread. The solution you gave worked! The site is coming together splendidly. Thanks again for the prompt response and expert solution. You guys always have the answers, and give wonderful support! Thanks Again, Zelda

    #124175
    Mahesh
    Keymaster

    @zeldafwilliams: 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/catch-flames/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.

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide Search Box’ is closed to new replies.