Color problem menu - by Nicolas Gafner - on WordPress WooCommerce support

This topic has 8 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Robert Hall

  • Avatar: Nicolas Gafner
    Nicolas Gafner
    Participant
    May 31, 2016 at 15:01

    Hello,
    I have a problem to set the colors of links from my main menu.
    I can do it without problem for links fixed navigation.
    Help me this is urgent.
    thank you

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 31, 2016 at 16:01

    Hello,

    WP Dashboard credentials are incorrect.
    Please check them.

    Best regards,
    Jack Richardson.

    Avatar: Nicolas Gafner
    Nicolas Gafner
    Participant
    June 1, 2016 at 07:54

    Hello I repeat you how to access the site.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2016 at 10:32

    Hello,

    I’ve added the code in Theme Options > Styling > Custom CSS > Global Custom CSS:

    .menu > li > a:hover {
       color: #cf0a1d !important;
    }
    .menu > li.current-menu-item > a, .menu > li.current_page_ancestor > a {
        color: #ffffff !important;
    }

    Please check menu now.

    Regards,
    Eva Kemp.

    Avatar: Nicolas Gafner
    Nicolas Gafner
    Participant
    June 1, 2016 at 14:05

    it works great thank you.
    Now I still have another problem I can not change the color of the basket fixed navigation, I would put it in white.
    Thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2016 at 14:31

    Hello,

    Please use this css code:

    .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number::before { 
       box-shadow: inset 0 0 0 35px #fff;
    }
    .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number {
        border-color: #fff !important;
        color: #000;
    }
    .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag::before {
        border-color: #fff;
    }

    Regards,
    Eva Kemp.

    Avatar: Nicolas Gafner
    Nicolas Gafner
    Participant
    June 1, 2016 at 16:00

    Thank you it works,
    I have another question how can I change the background colors and font of my products and quik single view.
    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 1, 2016 at 16:30

    Hello,

    Please use this code in Global Custom CSS.

    .product .product-details .product-title a {
        font-family: Arial, sans-serif;
    }
    .product {
        background-color: red;
    }

    quick view:

    .quick-view-popup {
        background-color: red!important;
    }

    Regards,
    Robert Hall

  • 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.