This topic has 7 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
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
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.
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
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.
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
Ok,
it works,
thx.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: change, color, customization, menu, templates, woocommerce, wordpress
The issue related to '‘menu color change’' has been successfully resolved, and the topic is now closed for further responses