Background color for wishlist number label and Menu

This topic has 8 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: wladymirserrano
    wladymirserrano
    Participant
    March 14, 2018 at 15:10

    I can not change the color of the background for wishlist number label
    I would like to know how do I stay in the same color (red) of the cart.

    https://prntscr.com/ir3vxb

    I would like to know how do I modify the menu so that it stays with a larger spacing between each item or even leave justified.

    https://prnt.sc/ir3w77

    Thank you.

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 14, 2018 at 15:27

    Hello,

    Do you use latest theme version? Please provide us with your website URL.

    Regards

    Avatar: wladymirserrano
    wladymirserrano
    Participant
    March 14, 2018 at 19:50

    Yes, I use the latest version.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 09:52

    1. Please use this custom css code:

    .header-wrapper .navbar-header .et-wishlist-widget .wishlist-count {
        background-color: #ff0000;
    }

    2.

    .menu-wrapper .menu-main-container .menu {
        display:  -webkit-box;
        display:  -webkit-flex;
        display:  -ms-flexbox;
        display:  flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }

    Regards

    Avatar: wladymirserrano
    wladymirserrano
    Participant
    March 15, 2018 at 15:01

    1 – It worked on the top menu, but in the fixed menu it continues with the black background.

    2 -It worked, thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 15:16

    Please change this code:

    .header-wrapper .navbar-header .et-wishlist-widget .wishlist-count {
        background-color: #ff0000;
    }

    to

    .fixed-header .navbar-header .et-wishlist-widget .wishlist-count, .header-wrapper .navbar-header .et-wishlist-widget .wishlist-count {
        background-color: #ff0000;
    }

    Regards

    Avatar: wladymirserrano
    wladymirserrano
    Participant
    March 15, 2018 at 15:20

    It worked, thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 15:34

    You’re welcome!
    Have a nice day.

    Regards

  • Viewing 8 results - 1 through 8 (of 8 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.