Home Forums WoodMart support forum How can i change my search bar icon to a label

How can i change my search bar icon to a label

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #316190

    waleednasir
    Participant

    hello i want to change my search bar icon to a label text like :SEARCH” i couldn’t find this option in header builder and then editing the search widget please help.
    sample site is : https://milspecretail.com/

    #316264

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .searchform .searchsubmit {
        font-size: 14px;
    	width: 70px;
    }
    
    .searchform .searchsubmit:after {
    content: none;
    }
    
    .wd-search-cat {
        margin-right: 20px;
    }

    Regards.
    Xtemos Studios

    #316269

    waleednasir
    Participant

    this is how it looks https://weaponsworld.com/

    it doesnt have spacing equally on each side like the sample site i gave above

    #316289

    Hello,

    Please disable the maintenance mode to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #316309

    waleednasir
    Participant

    mode disabled

    #316317

    waleednasir
    Participant

    and also how can i change the placeholder text color of the search bar to #636363

    #316381

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Screenshot for Clarification: https://gyazo.com/81b43a9dc8cc903f0daaa1618695c5bf

    To change the placeholder text try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .searchform.wd-style-with-bg input[type="text"]::placeholder {
        color: #636363 !important;
    }

    Best Regards.

    #316428

    waleednasir
    Participant

    in many pages the search label still doesn’t show spaces and i cleared cache and everything too check screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #316648

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

Tagged: 

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