Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #287708

    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

    #287894

    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

    #287977
    This reply has been marked as private.
    #288122

    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

    #290788

    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

    • This reply was modified 10 years, 4 months ago by FRCM.
    #290979

    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

    #290995

    thank you that worked great :-)

    #290997

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header info and social media’ is closed to new replies.