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
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.