Home Forums WoodMart support forum change color border search bar

change color border search bar

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

    Leos
    Participant

    Hello,

    as the title suggests, I would like to change the border color for the “search a product” bar in the header (Image).
    Which CSS code should I add?

    Thank you

    #120086

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .searchform  input[type=text]{
    border-color:red;}
    
    body .searchform .search-by-category .input-dropdown-inner {
        border-left: 1px solid red;
        border-right: 1px solid red;
    }

    Replace the color as per your needs.

    Best Regards

    #120186

    Leos
    Participant

    Hello,

    the color of the border must be changed only in the product search. In this way it is also changed in the search for posts.
    What is the appropriate css only for product research?

    I should also change the color of the search icon. What is the css for this?

    Thank you

    #120205

    Hello,

    Please try this code, replace the provided one:

    body .whb-general-header .searchform  input[type=text]{
    border-color:red;}
    
    body .whb-general-header .searchform .search-by-category .input-dropdown-inner {
        border-left: 1px solid red;
        border-right: 1px solid red;
    }

    Best Regards

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