Home Forums WoodMart support forum Filter and categories text

Filter and categories text

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

    bronis.tomas
    Participant

    Hello, I want to ask where I can find this block of text in the code so that I can make it more visible because customers will overlook it and look for the filter and categories, thank you. (Its Filters and Categories show on mobile)

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

    Hello,

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

    body .wd-action-btn.wd-style-text>a {
        font-size: 30px;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #506517

    bronis.tomas
    Participant

    Thank you, is good, and how i hide this icon please?

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

    Hello,

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

    body .woocommerce-ordering.wd-ordering-mb-icon {
        display: none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

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