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

    Hi, another color tweak is needed :-) https://prnt.sc/NbIbCHoHoAFe >> How can I make the color of ‘update winkelwagen’ yellow (CB9F2C) and when you hover it turns green (003D1D)? Now it’s white-ish and when you hover it turns yellow…
    Thanks!

    #1366980

    Hey,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .actions .button[name="update_cart"] {
      color: #CB9F2C;
    }
    #top .actions .button[name="update_cart"]:hover {
      color: #003D1D;
    }
    

    Best regards,
    Yigit

    #1366984
    This reply has been marked as private.
    #1366990

    Hey,

    You are welcome! 🎉

    Let us know if you have any other questions :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of text on cart-page’ is closed to new replies.