Your account expired support, please renew to get your support.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #23194
    steffy
    Support Expired

    je souhaiterai changer la couleur au survol de l’icône panier qui se trouve dans le header mais je n’arrive pas a trouver sa class.
    j ai trouvé pour changer la couleur du logo en utilisant la class “cart-contents:before” mais je ne trouve pas pour l’icône complet pourtant en utilisant la class “.site-header-cart .cart-contents:before” je change bien le background color mais impossible d’ y mettre un hover dessus.

    #23203
    steffy
    Support Expired

    I would like to change the color when hovering over the cart icon in the header but I can’t find its class.
    I found to change the color of the logo using the class “cart-contents:before” but I can’t find for the complete icon yet using the class “.site-header-cart .cart-contents:before” I changes the background color well but impossible to put a hover on it.

    #23220

    Hi,

    You can use this custom CSS:

    a:hover.cart-contents:before{
    color: #your-color;
    }
    #23224
    steffy
    Support Expired

    Hi,
    I used this class but it changed the cart icon and not a background color

    #23225

    Oh, please add this custom CSS:

    .site-header-cart .cart-contents:hover:before {
        background-color: #your-color !important;
    }
    #23226
    steffy
    Support Expired

    Thanks you very much

    #23227

    Ok, let me know if you need to help and hope you will vote 5 stars for our theme.

    Thanks!

    #23300
    steffy
    Support Expired

    Hi,

    How then reverse the € logo on the price .
    currently it is written € 7.95 , I would like 7.95 € ?

    #23301
    steffy
    Support Expired

    I solved my problem
    thanks

    #23307

    Good job!

    Keep contact with us when you need to help.

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

You must be logged in to reply to this topic.