Home Forums WoodMart support forum MOBILE PRODUCT CATEGORY ICON ISSUE

MOBILE PRODUCT CATEGORY ICON ISSUE

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

    arj1373
    Participant

    Please see https://nimb.ws/d2E80O
    May you please help me to solve this issue.

    #148537

    Artem Temos
    Keymaster

    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

    #148575

    arj1373
    Participant

    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?

    #148660

    arj1373
    Participant

    I am looking forward to hearing from you with many thanks is advance.

    #148686

    Bogdan Donovan
    Keymaster

    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

    #148765

    arj1373
    Participant

    Thank you so much.

    #148788

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘MOBILE PRODUCT CATEGORY ICON ISSUE’ is closed to new replies.