Hello!
In the header of the demo yoo may display the phone number and the social icons at the top of the site above the menu. That’s quite interesting.
As you can see on my demo site (link attached), the colour of the font is #333333 and changes to #808080 as soon as I scroll.
I want to have this white, instead of #333333, changing to #808080 as it does at the moment. I want it exactly as the social icons at the top left too!
I tried to change “logo area font colour” in “general styling”, but this changes the hoover menu colour to white too….
Can anybody give me a hint?
Anyone?
Hi,
Please, can you explain your question with more words? Which exactly grey font do you wanna change?
Best regards,
John Torvik
Thanks John for the reply:
Please follow my link, than you see the homepage. At the top of the site, above the logo and the main menu, you have the social icons FB and TW on the left. And on the right you see the text “© Schwimms… St…”.
I want the same colour behaviour for the text on the right, as the social icons currently do.
The social icons are white, and when you scroll down and the menu get’s transparent, they get grey. That’s how I want it to be.
Hi,
Try this code in the General Styling > Quick CSS field:
#top .av_header_transparency .phone-info {color: #fff !important;}
Best regards,
Mike
Thanks, that did it! #thumbsup