This topic has 4 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Robert Hall
Hi,
I want same size & font on categories and brand on shop page. kindly suggest me a css code i try to change it from theme customization but i not found any option like this. I’m waiting for your response.
Our Shop Page Url: reana.pk/products-collection
We want same font and size of all category and brand name on sidebar by css.
kindly suggest a css code here is no more option in theme to change them
Kindly response back and fix this issue
Hello
Kindly use the following mentioned CSS code in additional CSS
For Categories Sidebar
.widget_product_categories.sidebar-widget ul li a {
font-size: 14px;
}
.widget_product_categories.sidebar-widget ul li>ul.children li>a, .sidebar-widget ul li>ul.children li> a {
font-size: 14px;
}
For Brands
.sidebar-widget ul li a {
font-size: 14px;
}
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up