hid icons of main categories on desktop version
-
Hi There,
How can i hide the icons of the main categories – just on desktop version?
Thank you
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
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
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.