This topic has 14 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Dear Madam/Sir,
I would like to hide category from main page and tags and category from individual product pages.
I have tried to add the following code:
.product.products-page-cats{display:none;}
.product_meta{
display:none; }
.category-description {
display: none !important;
}
Unfortunately it is still not working. Could you please advise how to correct?
Thank you,
Katja
Hello,
I’ve added this code in custom.css file. Please check.
.home .products-page-cats,
.single-product .products-page-cats{
display:none;
}
.home .product-title,
.single-product .product-title{
margin: 10px 0 15px;
}
Regards,
Robert Hall.
Hi Robert,
I can still see the tags. Could you please check? I mean the red lables under the product photo for example on this page:
http://www.frogsandbears.com/silk-flowers/
or the tags and categories under the individual product here:
http://www.frogsandbears.com/product/handmade-silk-flowers-3/
thank you,
Katja
Hello,
I’ve edited the code a bit.
Please clear browser cache and check products page now.
Regards,
Eva Kemp.
Dear Eva,
could you please advise how you modified the code?
Something went wrong with the backup so I don’t have the correct version anymore.
thank you,
Katja
Hello,
Please provide us with FTP credentials in Private Content.
Regards,
Eva Kemp.
hi Eva,
here you go
Hello,
As I see your site is shown fine now:
http://storage3.static.itmages.com/i/15/0909/h_1441784298_2933751_0b05bdd457.png
Please clarify the issue.
Thank you.
Best regards,
Jack Richardson.
Hi Jack,
I can still see them on the page. could you please check this link?
http://www.frogsandbears.com/product/handmade-silk-flowers-2/
I would like to make tag and category invisible.
thank you,
Katja
Hello,
Please add this code in custom.css:
.product_meta > span {
display: none;
}
Best regards,
Jack Richardson.
Hi jack,
unfortunately the tag and category are still there 🙁
Hello,
I’ve added “!important” to the code. Please clear browser cache and check now.
Best regards,
Jack Richardson.
yep, works, thanks a lot!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Hide category and tags’' has been successfully resolved, and the topic is now closed for further responses