MOBILE PRODUCT CATEGORY ICON ISSUE
-
Please see https://nimb.ws/d2E80O
May you please help me to solve this issue.
Hi,
To fix this problem, you need to open your SVG icons file with some editor like Sublime Text or default system text editor and add height and width attributes to your <svg> tag like it is shown on the screenshot https://gyazo.com/83fd36b0bb9628bb1aed2bd3d5d063c5
Then you will need to reupload your icons in WordPress Dashboard.
Regards
Whilst many thanks for your reply, I have to mention that all icons of categories are png and not svg. So, what should we do?
I am looking forward to hearing from you with many thanks is advance.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.category-nav-link .category-icon {
max-width: 40px;
}
Regards
The topic ‘MOBILE PRODUCT CATEGORY ICON ISSUE’ is closed to new replies.