Home Forums WoodMart support forum hid icons of main categories on desktop version

hid icons of main categories on desktop version

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

    k6595177
    Participant

    Hi There,

    How can i hide the icons of the main categories – just on desktop version?

    Thank you

    #625297

    Hello,

    Please use the below custom CSS code and paste it to Theme Options >> Custom CSS >> Desktop CSS section:

    .wd-header, .wd-nav-img {
    display: none;
    }

    Best Regards

    #625309

    k6595177
    Participant

    Thank you for that!

    but how can i apply it just on Desktop version?
    because on Mobile its looks good so i prefer not to hide it there.

    Thank you

    #625339

    Hello,

    When you will add the custom CSS code in the Desktop section then it will only work for the Desktop: https://ibb.co/KK026FC

    Best Regards.

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