Changing search submit button background color
-
Search submit button background has primary color, I don’t want any color in button background. How I can do this with css codes or without css codes? Thank you!
Hello,
Please provide your site URL I will give you custom CSS.
Best Regards
Site address in private content
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .search-style-with-bg.searchform .searchsubmit{
background-color:black;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
}
Best Regards