Hello,
Can you help me with the following:
1. How do i change the text colour of the additional information to white in the top right of the header – at the moment it is formatted to the colour of the header links.
2. how do I stop the social media button fading in so it just shows the actual ‘F’ facebook logo in blue
Thank you
Hey fraserrenton!
1- It seems like you have removed top bar a.k.a header meta?
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-facebook:hover a, li.social_bookmarks_facebook.av-social-link-facebook a {
color: #37589b;
background-color: transparent;
}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS
1-
div.phone-info { color: white!important; }
2-
#top #wrap_all .av-social-link-facebook:hover a, li.social_bookmarks_facebook.av-social-link-facebook a {
color: white;
background-color: #37589b;
}
Best regards,
Yigit
hello I added both lines of code and the text has changed to white which is great.
However the white f does not show the blue facebook square background and the only way to see the blue square is to mouseover it for it to fade in to blue. What I require is the static blue square with a white f in it (without the fading in blue background feature), as shown in my last attached image.
Thank you
Hi!
Please add following code to Quick CSS as well
li.social_bookmarks_facebook.av-social-link-facebook.social_icon_1 {
background: #37589b!important;
}
Cheers!
Yigit
thank you that worked great :-)