How can I resize the navigation bar icons to 24px?
-
In the navigation bar currently the size of the icons is 18px.
How can I change the size to 24px? View image
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL I will check and give you a custom css code?
Best Regards.
Thanks
-
This reply was modified 2 years, 2 months ago by
chaucachavez.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav-img {
max-height: 30px;
}
Best Regards.