Hi,
my request is how to set a different colour in the header section of the secondary menue – like in the new enfold shops demo.
I am using the flat business layout.
thanks and best regards
Michael
Hey Michael!
Please go to Enfold theme options > Advanced Styling and edit “Small bar above main menu”
Best regards,
Yigit
Thanks Yigit,
I have tried that but it changes colours only with the sticky header option and only when scrolling down – not when I am on top of the site.
Maybe because I am applying a transparent header – when I am change the settings to no transparenncy also the main menu section changes colour, but I just want the small bar changed…
Is there a way to do that?
It’s definitely a minor issue, but I want to give my site a finishing touch.
Best regards
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_transparency #header_meta {
background-color: orange!important;
}
Cheers!
Yigit
Hi Yigit,
that does it – thanks for the quick reply!!
Can I change the font colour in the small bar also with CSS and how?
Best
Michael
Hi!
Please add following code to Quick CSS as well
#top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
color: orange;
}
Regards,
Yigit
Great – thanks!
exceptional support – love it :-)
All my best
Michael
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit