Icons size in the top bar
-
Hi,
I’ve made my header but in the top bar how can I increase the szes of the icones and of the (hamburger menu icon, search, whitlist, and cart).
You can see in the picture that there are small compared to the logo.
I only found how to increase the logo icon.
Thanks
Attachments:
You must be
logged in to view attached files.
Could I have a response please
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-wishlist-info-widget .wishlist-icon:before {
font-size: 20px;
}
body .woodmart-compare-info-widget .compare-icon:before {
font-size: 20px;
}
body .woodmart-shopping-cart .woodmart-cart-icon:before {
font-size: 20px;
}
Increase the font-size as per your needs.
Best Regards
Thank you for your help,but it does not work
Hello,
Please provide your site URL and site admin access to the private area.
Best Regards
Ok, here is the admin access.
I want to increase the size of the following icons : search , wishlist, cart, and hamberger menu icon.
Could you also remove the category banner from the category pages please. Beacause I checked the descriptions and there is nothing.
Thank you very much
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-top-bar .search-button .search-button-icon:before {
font-size: 30px;
}
body .whb-top-bar .woodmart-wishlist-info-widget .wishlist-icon:before {
font-size: 30px;
}
body .whb-top-bar .woodmart-shopping-cart .woodmart-cart-icon:before {
font-size: 30px;
}
body .woodmart-burger-icon .woodmart-burger,
body .woodmart-burger-icon .woodmart-burger::after,
body .woodmart-burger-icon .woodmart-burger::before {
width: 30px;
height: px;
}
Best Regards
Thank you very much ! Awesome support
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Icons size in the top bar’ is closed to new replies.