Home Forums WoodMart support forum text not showing

text not showing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #256151

    matildecaridi
    Participant

    hi when i put the background color white the text is not showing of the search bar can you give me the custom css to solve this problem thanks

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-color-light .search-style-default input[type=text] {
        color: black;
    }
    
    .whb-color-light .search-style-default input[type=text]::placeholder {
        color: black;
    }

    Regards.
    Xtemos Studios.

    #256372

    matildecaridi
    Participant

    ok but the search icon is not showing

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

    Hello,

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

    .searchform .searchsubmit:after {
        color: black;
    }

    Regards.
    Xtemos Studios.

    #256476

    matildecaridi
    Participant

    ok how can i disable this on the mobile view? can you give me the custom css thanks

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .bottom#tawkchat-message-preview-container {
        display: none;
    }

    Best Regards.

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