Home Forums WoodMart support forum Product Categories Page – Setup

Product Categories Page – Setup

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #194747

    ChargeGuru
    Participant

    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!

    #194749

    ChargeGuru
    Participant

    With screenshot 🙂

    Attachments:
    You must be logged in to view attached files.
    #194776

    Hello,

    Unfortunately, there is no option on either of your purposes. I can provide custom CSS if you need it.

    Best Regards

    #194839

    ChargeGuru
    Participant

    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=?

    #194928

    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

    #194973

    ChargeGuru
    Participant

    Thank you!
    What about hiding a category link on a product category header?

    #195079

    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

    #195211

    ChargeGuru
    Participant

    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.
    #195244

    Hello,

    Please remove Product categories widget from the Shop page widget area in Appearance > Widgets.

    Best Regards

    #195251

    ChargeGuru
    Participant

    Thank you!
    Have a great day 🙂

    #195284

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Product Categories Page – Setup’ is closed to new replies.