This topic has 6 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
On the product catalogue page i would like to remove the text that says the category under the item image and move the product name up to under the image and make it bold text (the same as the category text)
Example – http://www.blccs.co.uk/product-category/makita/
Remove Makita
Move title up and display in same text format as the current category
Hello,
Navigate to Theme Options->Products Page Layout->Show product categories->select Off.
Also add the following code in Theme Options->Custom CSS->Global Custom CSS.
.products-grid .product-title > a {
font-weight: bold;
}
Regards,
Robert Hall
Can i also put a bigger gap between the thumbnail and the title ?
Hello,
Yes, please add this code in Global Custom CSS.
.products-grid .product-title {
margin: 15px 0 15px;
}
Regards,
Robert Hall
Great stuff Rob
You’re welcome
Regards,
Robert Hall
The issue related to '‘Need to remove the Product Category’' has been successfully resolved, and the topic is now closed for further responses