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

    Hey guys. how can i change the color of the woocommerce cart : https://imgur.com/a/wFog3JR

    A: i want to change the color of the cart symbol to white. can i do this with the extended styling menu in endold?
    B: i want the change the background and text color here to make it better readable

    Thank you very much!

    #1251824

    Hey Alex,

    Please try the following in Quick CSS under Enfold->General Styling:

    .cart_dropdown_link span:before {
      color: #fff;
    }

    Do you want to change the background or the text in the modal when hovering over the cart icon?

    Best regards,
    Rikard

    #1251840

    Thank you Rikard. This work great. I do not need a changing background color. But can you help me to make this hier more readable https://imgur.com/a/XTFMJt3 how can i change the background color here? Thank you very much!

    #1251976

    Hi,

    Add this to quick css:

    .header_color .cart_dropdown .dropdown_widget li a{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.