Home Forums WoodMart support forum Dark header, search icon is still black

Dark header, search icon is still black

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #185264

    aleasaro
    Participant

    Hi,

    1) I have checked all the settings but somehow the search icon is still dark? Why is that?

    2) How can i hide the product count of the product categories?

    Thanks

    #185265

    aleasaro
    Participant

    File

    #185316

    Hello,

    1) Please provide a relevant screenshot to check it myself and help you out accordingly.

    2) To hide product count from the product categories you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .category-grid-item .more-products {
    display: none;
    }

    Best Regards.

    #185375

    aleasaro
    Participant

    Hi,

    The attached a screenshot. I entered your code but it still shows the total number of products in the category, i do not want that.

    And also, please give me the full code for the default demo footer. I cannot install all the demo again because it will take a lot of time to delete everything

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

    Hello,

    1) Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .category-grid-item .more-products {
    display: none !important;
    }

    2) And for the search icon please add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .search-button .search-button-icon::before {
    color: white;
    }

    3) Unfortunately, I am unable to provide you with the code of the default footer you need to import the demo base version for this.

    Best Regards.

    #185411

    aleasaro
    Participant

    Hi,

    I have tried both of the codes and made sure i added at the right place, but none of them worked.
    The search icon on mobile is still dark, and the product categories still shoe the total number of products.

    You can check yourself.
    Thanks

    #185438

    Hello,

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

    Best Regards.

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