This topic has 14 replies, 2 voices, and was last updated 3 months, 3 weeks ago ago by Luca Rossi
Is there any way to hide specific category on shop sidebar
please reply fast
here is ss
Hi @Festigift,
The fastest way is using the custom CSS codes, please try adding the following CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.etheme_widget_cats_filter a[href="https://newdemo.festigift.com/shop/?filter_cat=customized-products"],
.etheme_widget_cats_filter a[href="https://newdemo.festigift.com/shop/?filter_cat=color-spray-cylinder"]{
display: none !important;
}
Hope it helps!
is there any way we can hide parent category and subcategory of that category, automatically Hides
right now if i hide from shop page it is hiding, but when i am going to another category page the category is showing on that page
Hi @Festigift,
is there any way we can hide parent category and subcategory of that category, automatically Hides
Unfortunately, it’s not possible now. You are welcome to submit a feature request on our request board at https://www.8theme.com/taskboard/. Should your suggestion garner sufficient support from other customers, our development team will take it into consideration for inclusion in future updates.
Best Regards,
8Theme’s Team
ok no problem
here is the ss
Dear Festigift Team,
We hope this message finds you well.
We have observed an issue on our website concerning the visibility of the Holi Festival category. For your reference, I have attached links to screenshots from both the shop page and the category page as they appear on our end:
– Shop Page: [https://tinyurl.com/2bagsbdb](https://tinyurl.com/2bagsbdb)
– Category Page: [https://tinyurl.com/294dgt3q](https://tinyurl.com/294dgt3q)
Upon review, it appears that the Holi Festival category is no longer visible on either page. Could you kindly verify this from your side?
Thank you for your attention to this matter. We look forward to your prompt response.
Best Regards,
8Theme’s Team
kindly select any on 1 category in rakhi page then it is showing, holi festival
Hi @Festigift,
You can try with this global CSS codes:
#etheme_product_categories_filter-7 > ul > li:nth-child(4),
#etheme_product_categories_filter-7 > ul > li:nth-child(9) {
display: none;
}
Then you can add more also:
– 4 is Color Spray / Cylinder
– 9 is Holi Festival
Hope it helps!
is it possible to show selected category products on shop page, as their are many categories i want to show some selected category of products only in shop page ( like for now i want to show Rakhi Festival category products only and want to show category filter of rakhi festival sub category only )
Hi @Festigift,
As we mentioned in the previous replies, this feature is not available.
You are welcome to submit a feature request on our request board at https://www.8theme.com/taskboard/. Should your suggestion garner sufficient support from other customers, our development team will take it into consideration for inclusion in future updates.
Thanks for understanding!
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up