Assistance With Product Text Sizing
-
Hello,
I recently requested for CSS to remove the # of products from showing within the product categories slider on my homepage. The CSS I was provided worked great, did the job I needed.
However, now that the # number of products are no longer showing the product category text is getting squeezed causing text from words to appear within the next line.
https://gyazo.com/8c8bbae3bda2c87e38a0b0fc39ba5a8b
Could you please assist me with preventing this from happening? As you’ll see within my screenshot the highlighted text is the issue I’m referring to.
Thanks kindly.
Hello,
I suggest you a little bit resize the font size of the product categories items by the below code. Enter it to the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.
.home .category-grid-item .wd-entities-title {
font-size: 17px;
word-wrap: unset;
}
Kind Regards