Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #895117
    speester
    Participant

    Hi.

    I set

    Cart Content – Outer Color to gold

    Cart Content – Outer Color Hover to green

    Questions

    1) The icon is not vision when it not hover. How to change the color of the icon.
    2) When hover the text become black. How can i change it to white

    I am currently working on a temporary fix, so it may not looks like what i mention earlier. But you got my point.

    Thanks

    #895118
    speester
    Participant
    This reply has been marked as private.
    #896154
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] To change the color of the icon, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .x-navbar-inner .x-nav li.x-menu-item-woocommerce a:hover .x-cart span.inner {
        color: #fff;
    }

    2] If you want to include the price and make it a white color, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .x-navbar-inner .x-nav li.x-menu-item-woocommerce a:hover .x-cart span {
        color: #fff;
    }

    If you need anything else, please let us know.

  • <script> jQuery(function($){ $("#no-reply-895117 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>