• Resolved alexmares

    (@alexmares)


    Hi there,

    I’d like to customize the wishlist counter so it looks closer to the chart currently working on my website.

    I’d like something close to ?a, being a the total amount of products on the wishlist. So change it to a superscript.

    Don’t need the black background (as it is now on the chart in my website), only to change the number position.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alexmares

    (@alexmares)

    ??

    Plugin Support Stan

    (@stantinv)

    Hi @alexmares,

    Actually it’s a design issue that could be resolved using custom CSS. There is an are in a plugin Style Options section where you can place your own CSS rules.

    Regards,
    Stan

    Thread Starter alexmares

    (@alexmares)

    Thanks Stan.

    No clue what the code could be?

    Rgds!

    Plugin Support Stan

    (@stantinv)

    @alexmares,

    The rules should look something like this:

    .wishlist_products_counter_number {
        position: absolute;
        background-color: #000;
        color: #fff;
        border-radius: 99px;
        width: 18px;
        height: 18px;
        top: -9px;
        right: 4px;
        text-align: center;
        font-size: 11px;
        font-weight: 700;
        line-height: 17px;
        padding-right: 2px;
    }
    
    .ast-sticky-active .wishlist_products_counter_number {
    
        top: 3px;
    
    }
    • This reply was modified 5 years, 7 months ago by Stan.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CHANGE COUNTER POSITION’ is closed to new replies.