Menu fixed header enabled - by Maite - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler

  • Avatar: Maite
    Maite
    Participant
    February 6, 2017 at 13:58

    Hi,

    I have a trouble with the color cart-bag, because when the menu fixed header is enabled, the color is white, I need that will be black. I change the setting but It doenst change the color.

    Regards

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 14:13

    Hello,

    Try this code to make it nice (Theme Options > Styling > Custom CSS)

    .fixed-header .cart-bag {
        border: 2px solid black;
    }
    .fixed-header .cart-bag:before {
        border: 2px solid black;
    }
    .fixed-header .cart-bag .badge-number {
        color: black;
    }

    Regards

    Avatar: Maite
    Maite
    Participant
    February 7, 2017 at 09:35

    Perfect,

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 10:11

    Hello,

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.