Hello, I entered a list of Productcategories in my sidebar as well as in my footer. At both places it’s displayed in a smaller lettersize as other texts in the same area. How can I fix this?
Hey IrisDepasse,
You can add this block to quick css:
.widget_product_categories li a {
font-size: 16px !important;
font-style: normal;
}
I added 16px but you can adjust if needed. Let us know if this works for you.
Best regards,
Jordan Shannon