Product Categories Page – Setup
-
Hi there,
Two quick questions regarding the page categories setup:
– is it possible to change the header image height?
> I could add some custom css and target .page-title.title-shop, but is there some more elegant way to do it?
– it is possible to hide a specific category link
> Similarly I could add a custom css with display:none on a category link such as .cat-item.cat-item-13 but is there a more elegant way to do so?
Thank you!
With screenshot 🙂
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, there is no option on either of your purposes. I can provide custom CSS if you need it.
Best Regards
Hi Elise,
Understood, that is what I thought 🙂
Why not for the custom CSS! Can you share it with the example I provided from https://woodmart.xtemos.com/product-category/furniture/?demo=?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.tax-product_cat .title-size-default {
padding-top: 30px;
padding-bottom: 30px;
}
Best Regards
Thank you!
What about hiding a category link on a product category header?
Hello,
They have all the same classes and I cannot just take a certain category to hide. It requires more complicated customization which is not covered by our support.
Best Regards
All right, something like that works, with the right cat id:
.cat-item.cat-item-22{
display: none;
}
Last question: is there a way to hide the category links on the Shop page sidebar (image attached)?
Attachments:
You must be
logged in to view attached files.
Hello,
Please remove Product categories widget from the Shop page widget area in Appearance > Widgets.
Best Regards
Thank you!
Have a great day 🙂
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Product Categories Page – Setup’ is closed to new replies.