Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #62735
    Crown5
    Member

    Hey,
    I am trying to take off the search box and the little magnifying glass for searching that is on the site page. I am also trying to take off the comments. I have searched everywhere and do not see an option for either. I don’t know any code, please help.

    My Website

    #62756
    Sakin
    Keymaster

    @Crown5:
    1. If you want to remove that search toggle from your menu, then there is option to remove that in Catch Responsive Pro theme which is not there in free theme. For free theme, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it.
    .nav-primary #search-toggle { display: none; }

    2. If you want to remove the search in Header Right Section, then there is “Header Right Sidebar” in Pro version, which you can remove or add widgets from “Appearance => Widgets”. For free theme, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it.
    #header-right-search { display: none; }

    3. In Pro version, you will get comment option in “Appearance => Customize => Theme Options => Comment Options” to hide comment as per your need. But in free theme, you need to off the comment using WordPress settings. If you want to completely turn off in new pages/post, then you need to go to “Settings => Discussion” and then uncheck Allow comments. See this screenshot https://www.pinterest.com/pin/548594798333127973/. But this will not remove for the old posts/pages. For that, you need to edit those page and posts. See this screenshot https://www.pinterest.com/pin/548594798333128024/

    Note: for more information about Catch Responsive Pro additional features, you can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    #64746
    Crown5
    Member

    Sakin,
    You are awesome. Thank you very much!

    #83834
    Hannah
    Participant

    I’m also trying to turn off the Search box in the header right sidebar in Catch Responsive Pro, but it seems that the option mentioned above has been removed. Any thoughts on how to do this in the latest version?

    #84167
    Sakin
    Keymaster

    @warrenfarm: Can you post in your site URL and then I can check in. There is Header Right Sidebar in Catch Responsive Pro theme which show Search and Social Icons as default. You can either add/change widget to Header Right Sidebar from “Appearance => Widgets” or disable that from “Appearance => Customize => Theme Options => Header Right Sidebar Options”

    #85157
    Tetenbas
    Member

    If it was for me and if I was rich, I would build a golden statue just for you. You are awesome, Sakin, Thamks for your time, energy and the excellence of your CSS options.

    #85179
    Sakin
    Keymaster

    @tetenbas: Thanks for your appreciating our support. If you like our support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Searches and Comments’ is closed to new replies.