Archived topic
resize the cart icon in main header
3 replies · Started by Hana on June 11, 2022
Hello, How to resize only the cart icon in main header with no resizing the main header menu?
Hi there,
Try this CSS:
.main-navigation .menu-bar-item.wc-menu-item > a {
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
It's work
Thank you Leo :)
Other question, when i move the main menu right, lift or centre, tha cart icon move with it, how to keep the cart and login/register icons in right but the main menu i centre?
Hi there,
can you set the menu alignment to where you want it eg. left or center.
Once done share a link to your site where we can see the menu and cart icon and we'll provide some CSS to position it.