ACTIVATION OF "ENABLE SWATCH" OPTION FOR ATTRIBUTES
-
When I activate the option “Enable swatch” for attributes, it makes the attribute to be shown as bold on the shop page filters. Why does it do that?
I don’t want that, it’s not user-friendly because then it makes differences with the rest of the filters. How to not make it displayed as “bold” on the shop page filters section? All filters should be same.
Attachment & Link
https://gevcen.be/cordonnerie/semelles/
Attachments:
You must be
logged in to view attached files.
Hello,
You can change the fonts in Advanced Typography https://xtemos.com/docs/basel/advanced-typography-settings-2/
Navigate to the Theme Settings > Typography > Advanced Typography
Best Regards
This section is changing the titles format of the shop page side bar. It is not answering my problem.
Hello,
Add this code to the Theme Settings > Custom CSS:
body .basel-woocommerce-layered-nav li.with-swatch-text a {
font-weight: 400;
}
Best Regards
Great it works.
For those interested, I’ve completed the above code with this :
body .basel-woocommerce-layered-nav li.with-swatch-text a {
font-weight: 400;
}
.basel-woocommerce-layered-nav .swatches-normal li.with-swatch-text a {
font-size: 14px;
}
The topic ‘ACTIVATION OF "ENABLE SWATCH" OPTION FOR ATTRIBUTES’ is closed to new replies.