Hi there,
I’m using the transparent header for the home page of my website, I have 2 questions
1 – is there a way to have the special button class on my ‘get in touch’ navigation link orange? But I’d like to make it orange only when the user scrolls down (so when the header goes to the normal state)
2 – I notice that after I scroll down – the logo doubles up and still has the transparent header logo which sits behind the normal logo – is there a way to change this?
here’s the site
Thanks
Hi ShortieD!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .subtext {
display: none;
}
.header-scrolled li#menu-item-102 > a > .avia-menu-text {
color: orange;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
thanks Yigit – that’s weird – the menu links are no longer white even though I set them to be #fff in the ‘header > transparency’ options. Any clues as to why this might be happening? I haven’t added the code above yet…
cheers
Hi!
They are white on my end – http://i.imgur.com/F8RHl0y.png
Have you already figured it out?
Regards,
Yigit
all solved – I had to clear my cache on my other machine – thanks for the code – that worked!