Changing the color

Avatar
  • updated
  • Answered

Can I change the color of the UE searchbar, wherein you create and add details? Instead of gray, I'd like to make it wider, and blue. Or black.


Idea: color coded. Initial question is green, while user responses (comments) are another color. Sometimes multi colored (this can be changed in settings.) Would be a smart idea to differentiate between question and comments.

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

Any element of the site can be changed via Custom CSS feature.

For example if you want custom color for the search bar place following code in the Custom CSS field in the settings.


.forum-search {background-color: #68B965;}

Feel free to replace color number with your own.



Avatar
Sergey Stukov co-founder
  • Answered

Any element of site can be changed via Custom CSS feature.

For example if you want custom color for the search bar place following code in the Custom CSS field in the settings.


.forum-search {background-color: #68B965;}

Feel free to replace color number with your own.



Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

Any element of the site can be changed via Custom CSS feature.

For example if you want custom color for the search bar place following code in the Custom CSS field in the settings.


.forum-search {background-color: #68B965;}

Feel free to replace color number with your own.