Blue Color Menu
-
Hello,
I was wondering if there is a way to change the Blue Color from the menu to make it become Orange color?
Thanks a lot and have a great weekend
-
Hi,
this is the website
http://www.mgdl.it/with the previous code I can change only the main slot with the Home word and the top bar, but not the other menu voices neither the little colored line between the dropdown menu.
thanks for your support
Hi
For this use below code in custom css Filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css )
.dropdown-menu > li > a { border-bottom: 1px solid rgba(230, 35, 5, 0.95) !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color:#ff0000 !important; }Change color code as your need.
Any confusion let me know
Thanks.
actually I wrote in the custom css
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus { background-color:#FF0000 !important; } .header-top-area { background: #FF0000; } .dropdown-menu > li > a { border-bottom: 1px solid rgba(230, 35, 5, 0.95) !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color:#FF0000 !important; }and I still have some blue slot in the header menu on hover
http://www.mgdl.it/
also if I try from another page, example Contatti,
I see the Homepage slot again blue..Hi
For this use below code in custom css Filed
.navbar-nav > li > a:hover { background-color:#FF0000 !important; }Then save and check your website.
Thanks.
umh.. nothing changed..
Hi
Try This
.navbar .navbar-nav > li > a:hover
{
background-color:#FF0000 !important;
}Hi,
unfortunately again nothing changedHi
if you not working above code, plz find below code in light.css file in your theme Line No 533
, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focusthen remove above code in light.css file then paste below code in custom css Box.
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus
{
background-color:#FF0000 !important;
}Thanks.
.. I don’t have the light.css file..
I have the bluestreet as a child of wallstreetsent,
thank you!Hi
Plz send Valid Email Detail : –
Like
Username : – admin
password : – admin
Thanks.
sent to your mail
HI
Solved Your Issue..
Plz Check.
Thanks.
Awesome, thank you very much!
You’re very kind.You can close the ticket.
Best,
Daniele
The topic ‘Blue Color Menu’ is closed to new replies.
