This topic has 4 replies, 2 voices, and was last updated 6 days, 4 hours ago ago by Rose Tyler
Hello, I need to make all the attribute tags of the shop page visible (without the +x sign) and a bit bigger. I can’t seem to find a way to configure them, can you please help me?
There is a picture attached so you can easily understand what i mean.
Thank you!
Hello, Eirini,
Thank you for reaching out to us.
We understand that you would like to make all the attribute tags on your shop page fully visible. Please go to Theme Options > Woocommerce > Shop elements > Variation Swatches > Show more link > Off.
Warm Regards,
The 8Theme Team
Thank you, is there also a way to make them a bit bigger? They are quite small and I have a wide range of customers.
Hello, Eirini,
Custom CSS code can be used:
ul.st-swatch-size-normal li.type-label span,
ul.st-swatch-size-large li.type-label > span {
font-size: .9rem !important;
}
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up