This topic has 20 replies, 5 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hi, I was given this code to make the change, to no avail. Desired colour I would be #FF8556 orange
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown,
.fixed-header .menu > li .nav-sublist-dropdown .container, .main-nav .menu > li .nav-sublist-dropdown .container{
background-color: #FF8556;
}
Please find the Private content box my login details so you may be able to help.
Kindest regards
Hello,
We’ve added code into the style.css of child theme to change title font color in the dropdown menu.
Please check, is it correct now?
Regards,
Jack Richardson
Great!! Thank You very much for that. I have been adding the code in the custom style within LEGENDA – 8theme WordPress theme: Stylesheet (style.css).
Is it safe there? or do I have to move the code to the child style.css?
Kindest regards
Anthony
Hello,
You’re welcome!
Yes, adding code into the custom.css is completely safe.
Regards,
Jack Richardson
Great thank you very much for all your help, I’m very pleased with your service.
Kindest regards
Anthony
Hello,
You’re welcome!
If you have any questions please feel free to ask.
Regards,
Jack Richadrson
Can you let me know where I can change the form colour in the menu?
Im using header # 2 and why to make the fonts black. Also I would like to make the menu right justify.
Please advise.
Hello,
To move menu to the right please add this code in custom.css file:
.header-type-2 .main-nav .menu {
text-align: right !important;
}
Do you wish to change menu background? If so you need add this code:
.main-nav, .header-type-2 .main-nav .menu {
background-color: #F00;
}
To change font color in the menu to black use the following code:
.main-nav .menu li a {
color: black !important;
}
Thank you.
Regards,
Eva Kemp.
See below please
Hello,
Please watch our tutorial how to create custom.css file:
https://www.youtube.com/watch?v=Qok2zRedRMY
Thank you.
Regards,
Eva Kemp.
see below
Hello,
In this case please change the code to this one:
.header-type-2.slider-overlap .header .menu > li > a {
color: #000;
}
.menu-main-container {
width: 900px !important;
margin-left: 500px !important;
}
Thank you.
Regards,
Eva Kemp.
thank you, but the menu fonts on the home page still in white
Let me know
thanks
Hello,
Please try to add !important
to the previous code:
.header-type-2.slider-overlap .header .menu > li > a {
color: #000 !important;
}
Thank you.
Regards,
Eva Kemp.
still didn’t work.
Please advise
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
any luck?
Hello Graphixflo,
You forget to provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
see below the info
I’ve made changes into custom.css file. Please check your menu now.
Regards,
Robert Hall.
The issue related to '‘How I change the nav sublist dropdown title font colour in the full width menu’' has been successfully resolved, and the topic is now closed for further responses