Home Forums Basel support forum Delete Categories from "excerpt" view

Delete Categories from "excerpt" view

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

    WEBMAZE
    Participant

    Hi
    I choose for the shop page the “Hover on product” : With excerpt
    I dont want to dispaly the categories above the title….
    I try

    .product-grid-item .basel-product-cats a {
    display: none; ————————-
    text-transform: none;
    font-size: 12px;
    margin-bottom: 5px;
    }

    The categories are gone but the commas not.
    Can you help me

    #20726

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using Basel for your web-site. I hope you will be happy with it.

    Try this code instead

    .product-grid-item .basel-product-cats {
    display: none; 
    }

    Kind Regards
    Xtemos

    #20741

    WEBMAZE
    Participant

    Thanks for your help! It Worked.
    Stefanos

    #20750

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Delete Categories from "excerpt" view’ is closed to new replies.