Menu color change - by skupapa - on WordPress WooCommerce support

This topic has 7 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp

  • Avatar: skupapa
    skupapa
    Participant
    February 6, 2015 at 10:19

    Hello Support,

    i tried to change the nav menu color (this: https://www.dropbox.com/s/qqcp38tn0rbrdzo/Screenshot%202015-02-06%2010.07.46.png?dl=0 )

    the custom css is this:

    ***************************************
    header, .fixed-header-area {
    background-color: #87e9d4 !important;
    }
    .menu > li > a {
    color: white !important;
    }
    .menu >li.current-menu-item >a{
    color: #f05423 !important;
    }

    .menu > li > a:hover{
    color:#fff !important;
    }
    ***************************************

    but the color stays deep gray.

    what is my fault?

    this is the url: http://gran.hu/wpteszt/

    thank you

    regards

    Mozes

    6 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 6, 2015 at 10:29

    Hello,

    Please add this code in custom.css file:

    .header-type-10 .menu-wrapper {
       background-color: white !important;
    }
    .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a {
        border-color: white !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: skupapa
    skupapa
    Participant
    February 6, 2015 at 10:40

    Hello,

    i put this:

    .header-type-10 .menu-wrapper {
    background-color: white !important;
    }
    .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a {
    border-color: white !important;
    }

    into custom css (this file on server: /web/wpteszt/wp-content/themes/royal/default.custom.css

    nothing changed

    Avatar: Eva
    Eva Kemp
    Support staff
    February 6, 2015 at 10:45

    Hello,

    You need rename default.custom.css to custom.css.
    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: skupapa
    skupapa
    Participant
    February 6, 2015 at 11:00

    Hello,

    this is the custom.css in admin:

    https://www.dropbox.com/s/6tph2elab2y9foo/Screenshot%202015-02-06%2010.58.04.png?dl=0

    and this the site: http://gran.hu/wpteszt/

    nothing changed

    regards

    Mozes

    Please, contact administrator
    for this information.
    Avatar: skupapa
    skupapa
    Participant
    February 6, 2015 at 11:08

    Ok,

    it works,

    thx.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 6, 2015 at 11:15

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘menu color change’' has been successfully resolved, and the topic is now closed for further responses

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