Change font size and icon size in header
-
Hey there
where can I change the size of icons and fonts in the header. I could not find it in the header builder ;( See img attached
Attachments:
You must be
logged in to view attached files.
Hello,
You will find this option in the Theme settings > Typography > Navigation font http://prntscr.com/kp7nj5
Best Regards
Hey Elise
thank you very much the font worked how do I change the icon sizes though?
Hello,
Change the font-size and other lines in the code provided and add them to the Theme settings > Custom CSS:
.my-account-with-icon>a:before {
font-size: 19px;
font-style: normal;
line-height: 1;
font-weight: 400;
letter-spacing: 0;
}
.search-button .search-button-icon {
position: relative;
font-size: 0;
line-height: 1;
font-weight: 400;
font-size: 19px;
}
.woodmart-shopping-cart .woodmart-cart-icon {
font-weight: 400;
}
Delete from code those lines which you do not modify.
Best Regards