New Landing How can we help? Atelier Number of products in the cart in parentheses CART (0)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #323989
    marcusella
    Member
    Post count: 11

    Hi, how to put the number of products in the cart in parentheses? CART (0)
    Thanks in advance.

    #324134
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .shopping-bag-item>a>span.num-items:before {
        content: "(";
    }
    
    .shopping-bag-item>a>span.num-items:after {
        content: ")";
    }

    Hope it helps.

    -Rui

    #324339
    marcusella
    Member
    Post count: 11

    You are my heroe!
    Thanks Rui, that worked!

    #324377
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad I could help. 🙂
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register