Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1384
Robert Kavgić
Participant

Hello,

I believe you made a mistake while writing the username and password of a wordpress site.

You can use the custom CSS to hide the search icon, for example:

section#search {
    display: none !important;
}

This doesn’t cause any problems on template, and it is easy to return the search icon back to site again.

Robert