Home Forums Jevelin Theme How do I change the default hover colour? Reply To: How do I change the default hover colour?

Home Forums Jevelin Theme How do I change the default hover colour? Reply To: How do I change the default hover colour?

Solution for this topic

Use below custom CSS code to resolve color issue.

 

#page-container .widget_search .search-field {
    background-color: transparent !important;
}