This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
Hello, how can I hide the cart quantity when it equals zero?
Also, how can I reduce the font size of the “Cart” title text?
Thanks
Hello,
Thanks for using our theme.
1) By default, there is no such possibility.
2) You can change Content Zoom (%) for header or add the next code to affect the “Cart” title only (Theme Options > Theme Custom CSS):
.et_b_header-cart .et-element-label {
font-size: 16px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up