Home Forums WoodMart support forum hide the second category under the title

hide the second category under the title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #395241

    Merrigo
    Participant

    Hi, can I hide only the second category under the title?

    Thanks

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to hide the second category, please enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .wd-product-cats {
        font-size: 0;
    }
    
    .product-grid-item .wd-product-cats a:not(:first-child) {
        display: none;
    }
    
    .product-grid-item .wd-product-cats a:first-child {
        font-size: var(--wd-text-font-size);
    }

    If you ever need to reach out to me, please do not hesitate to do so.

    Kind Regards

    #395497

    Merrigo
    Participant

    Thanks!

    #395499

    Luke Nielsen
    Keymaster

    Hello,

    We are glad that we managed to resolve your issue, your satisfaction with our service does matter to us.

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘hide the second category under the title’ is closed to new replies.