Filter and categories text
-
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.
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
Thank you, is good, and how i hide this icon please?
Attachments:
You must be
logged in to view attached files.
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