Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #87950
    pedrokraft
    Participant

    Can i edit the footer content and add a link there?

    And how can the search feature be disabled?

    Or do i need to use the Pro Version of the Template?

    #87972
    Pratik
    Keymaster

    Hi @pedrokraft,

    To edit footer content, you will need to upgrade to pro version. Check out the theme here and its details here.

    To disable search completely, you will need to upgrade to pro version too. But, you can hide the search using Custom CSS. It will be there but will be hidden. To achieve it, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #search-toggle {
        display: none;
    }
    

    If this does not work, please post in your site url.

    Regards,
    Pratik

    #87976
    pedrokraft
    Participant

    Thank you!!

    The Magnifier in the Menu Bar goes away, but the Search Field is still there. Can the search be completely been disabled with pro version?

    And how about the colors. I think i also need to change the color of the menu bar.

    Best regards,
    Pedro

    #88019
    Pratik
    Keymaster

    Hi @pedrokraft,
    we can do the same thing for this search bar in header right as well. You can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #header-right-search {
        display: none;
    }
    

    For colors, you can upgrade to pro version. There is option to change colors of menu.

    Regards,
    Pratik

    #88086
    pedrokraft
    Participant

    Yes!!! great support you give! I just installed the Pro version, but one last thing (for today…); how can i switch off the links in the sliders? They should just slide, nothing else 😉

    Thank you again & best regards!

    #88119
    Pratik
    Keymaster

    Hi @pedrokraft,
    To remove the links, you need to use Featured Image Slider instead of the Featured Page/Post/Category Slider. This is a custom slider. You can add only images title and content.

    Its details are here: https://catchthemes.com/theme-instructions/catch-responsive-pro/#enable-featured-image-slider

    Let me know if this works or not.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Edit Footer, disable Search’ is closed to new replies.