This topic has 17 replies, 4 voices, and was last updated 10 years ago ago by Eva Kemp
Is it possible to only have the parent category title show on the product slider as well as the category page images rather than the parent and child categories? I’ve included a screenshot to show what I mean.
https://www.flickr.com/photos/100019055@N05/15370896738/
Thanks,
AP
Hello,
I’ve added the following code into style.css file of the child theme:
.carousel-area .product-title {
display: none;
}
Please check.
Regards,
Eva Kemp.
Thanks Eva but I’m not seeing a change on the site. I do want a title to show on the slider/carousel but I only want the parent category title to show, not every category the product is in. Is that possible?
Thanks,
AP
To be more specific, in the image in my original post the parent category title is Home Accessories and the Box Signs category is a child category. I only want the Home Accessories title to show. Is that possible?
Thanks,
AP
Hello,
That title is removed.
Please clear browser cache and check again.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
I’m sorry but I’m still seeing both titles on my end. I’ve cleared the cache in both Chrome and Firefox browsers but it’s still showing like the image I included in my original post. I don’t want the title to go away completely, I just want it to show the parent category title only.
Thanks,
AP
Hello,
I’ve added this code into yout style.css file. Check it now.
.products-page-cats a:last-child{
display:none;
}
Regards,
Robert Hall.
Thanks Robert but that removed the parent category. I want to keep the parent, Home Accessories, and remove the child, Box Signs.
Thanks,
AP
To hide Prduct categories from home page you need uncheck them.
Look at screenshot:http://prntscr.com/4x8qw1
Regards,
Robert Hall.
If we have to uncheck them what’s the point in having sub/child categories? There has to be a way to only have the parent category show. If we can make the parent category not display, like with the code you provided, can’t we do the same for the child somehow?
Thanks,
AP
Of course, you can add this code, but ,
will be still displayed
.products-page-cats a:first-child{
display:none;
}
Regards,
Robert Hall.
Yeah, that removed everything. I guess there isn’t a way to do it. Thanks for trying.
AP
You’re welcome!
Regards,
Robert Hall.
Hello!
I need a help, please.
How can I make category image clickable anywhere? I don’t want to click only on chain symbol.
Thank you.
Lukas Reznik
Hello,
Unfortunately we don’t have such feature. Sorry.
Regards,
Eva Kemp.
Thanks!
Any idea how to do this?
Regards,
Lukas
Hello,
Sorry, but it requires additional customization and is a paid service.
Regards,
Eva Kemp.
The issue related to '‘Product slider category title’' has been successfully resolved, and the topic is now closed for further responses