Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249241

    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

    #249255

    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

    #249304

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tutorial videos, Social Icons in Header, Widget title text colour’ is closed to new replies.