Hi, I have some questions that I hope you can answer for my site http://www.terenure5mile.com
1. Are there video’s that show how to configure Enfold and it’s settings?
2. The social icons in the header. On my site they are almost invisible. How can I change so that the rollover effect is the appearance of the icons all the time.
3. How do I set the text colour for the Widget titles in the Footer
Thanks, Denis
Hey GOWD!
1- You can find video tutorials here – http://vimeo.com/channels/aviathemes and documentation here – http://kriesi.at/documentation/enfold/
2- Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks_twitter:hover a {
color: #46d4fe;
background-color: transparent;
}
#top .social_bookmarks_twitter a {
color: white;
background-color: #46d4fe;
}
#top .social_bookmarks_facebook:hover a {
color: #37589b;
background-color: transparent;
}
#top .social_bookmarks_facebook a {
color: white;
background-color: #37589b;
}
3-
#footer .widgettitle {
color: white;
}
Cheers!
Yigit
Thanks Yigit, that all worked perfectly!
I posted another question yesterday that you might have a look at.
https://kriesi.at/support/topic/sidebar-cutting-off-twitter-and-facebook-in-android/
Thanks, Denis