• Hi there,

    Is there anyway to adjust the cart counter position and size?

    I’d like it to overlap the cart icon slightly so it doesnt look like it’s floating and separate to the cart.

    Also, does the Pro options allow for adjusting of the side cart buttons colour individually? Or any type of hover effect?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello

    Use the following CSS

    /* Adjust count position */
    span.xoo-wsc-items-count {
        top: 13px;
        left: 12px;
    }
    
    /* Global Button hover color */
    a.xoo-wsc-ft-btn.button:hover {
        background-color: #ff0000;
        color: #000;
    }
    

    You cannot change individual button colors from the settings but if you leave a message here , someone from the support will provide you CSS

Viewing 1 replies (of 1 total)
  • The topic ‘Cart counter position’ is closed to new replies.