This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Hi,
I’d like to know how to edit the Shop page categories boxes:
1- How do I remove the word “category” above each category name?
2-How do I change the white background category box to transparent, so that it does not hide the category picture?
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.product-category .categories-mask {
background-color: transparent;
}
.product-category .categories-mask span {
display: none;
}
Regards
as per your instructions, doesn’t work
again, can you please fix this, we give permission to go into our site and fix.
I do not want to mess up css
Our Global CSS looks like this :::
footer .container .widget-container .twitter-list li {
border-bottom: 1px solid #444;
margin-bottom: 1.0714em;
padding-bottom: 1.0714em;
}
.product-category .categories-mask {
background-color: transparent;
}
.product-category .categories-mask span {
display: none;
}
.sidebar .woocommerce_product_categories .widget-title,
.sidebar-widget.widget_search .form-group button {
background-color: #472913;
color: white;
}
.sidebar .woocommerce_product_categories .widget-title {
background-color: brown;
}
You can see here that it is still in RED the Categories box.
Can you make it brown.
background-color: #472913;
color: white;
Hello,
Fixed. Please clear cache and check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up