Archived topic
Bold the categories in woocommerce sidebar
3 replies · Started by CRISTO on March 5, 2020
Viewing posts 1–4 of 4
I have categories listed in the right sidebar. Would like to bold them as well as the title "categories"
Hi there,
Try this CSS:
#woocommerce_product_categories-2 h2, .sidebar .widget a {
font-weight: 700;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
As usual, you solved my problem. thanks so much, Leo.
No problem :)
This archived topic is closed to new replies.