How can I increase the size of the icons in the left-hand menu?
-
Also, there’s another issue: on the homepage, the left-hand menu looks one way, but on the Shop page, the same menu looks different. What is causing this? I’d like it to look the same as it does on the homepage.
Hello,
01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
/* increase icon size */
.wd-sticky-nav .wd-nav-sticky > li > a .wd-nav-img {
--nav-img-width: 40px !important; /* smaller icons */
--nav-img-height: 40px !important;
}
.wd-sticky-nav .wd-nav-sticky > li > a {
padding: 4px 8px !important;
}
02. Your issue has been resolved. Please check back your site and check the issue.
See Screenshot for clarification: https://postimg.cc/LJFm6CZG
Best Regards.