Home Forums WoodMart support forum Changing search submit button background color

Changing search submit button background color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #253563

    cemyag
    Participant

    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!

    #253573

    Hello,

    Please provide your site URL I will give you custom CSS.

    Best Regards

    #253575

    cemyag
    Participant

    Site address in private content

    #253581

    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

Viewing 4 posts - 1 through 4 (of 4 total)