Forum breadcrumbs – You are here:Asgaros Support ForumSupportSearch Widget Color
Please or Register to create posts and topics.

Search Widget Color

How can I change the color of the search button on the widget? I have tried everything and it won’t change.

.asgarosforum-widget-search button {
  background: #0e8c43s !important;
}

 

Hello @gogrw

Please try it with the following code (you put a unnecessary s in your color-value):

.asgarosforum-widget-search button {
    background: #0e8c43 !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!