• Hello,

    Can somebody help me remove the search box in the top of my site? I want to put in social media icons in its place. Thanks!

    website: freeworlddesigns.tk

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yikes! Unfortunately, that’s a unique theme that requires a WooTheme account to download. You may want to go ahead and contact support at WooThemes to see if they might have any advice on how to customize the search box.

    They do however, offer a documentation portal. That might possibly be of some help. https://docs.woothemes.com/

    Thread Starter beanis96

    (@beanis96)

    I am unable to contact them through support because they dont offer support if you havent bought anything from them. I think all i have to do is remove a line of code somewhere to get rid of it, but i cannot seem to find the line of code i need to delete.

    Thread Starter beanis96

    (@beanis96)

    Got it! Just added display:none; worked like a charm!

    You can try hiding the search box using CSS – add to custom CSS:

    #search-top {
        display: none;
    }

    But for any further help, as ClaytonJames said, you need to ask WooThemes — as these forums only support themes from the repository on this site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to delete the search box’ is closed to new replies.