see the link...
http://www.silverlakecookie.com/product-category/cookie-kits/
Is there a way to change the word Products at the top to show the product category name instead?? or if that cant be done, can it be above the product thumbnail area?
see the link...
http://www.silverlakecookie.com/product-category/cookie-kits/
Is there a way to change the word Products at the top to show the product category name instead?? or if that cant be done, can it be above the product thumbnail area?
I would like this as well. Its not good when every single category and product page has the same H1 tag.
Hi zzalienzz,
You can show the product category title above the thumbnails with by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.tax-product_cat .page-title {
display: block;
color: #2F458A;
}
I've added a blue color to it but you can change the color code to whatever you would like. The important thing is the display: block to remove the display: none the theme adds to hide it by default.
Regards,
Devin
Devin,
that works great! Thank you!
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.