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

    Hello All,

    I have put the social media icons in my main toolbar/menu, which I love.

    Is there any way to make them full/multi color, rather than just monochrome? I kinda want them to “pop” more to catch the eye …

    Also, I’m unable to figure out how to change the background color on the main menu toolbar (currently green). Any tips?

    Thank you,

    LW

    http://www.brilliantL.com

    • This topic was modified 7 years, 5 months ago by Lknows.
    #817590

    Hey BrilliantL,

    Add the following to quick css and adjust the color to whatever you need:

    .social_bookmarks_instagram.av-social-link-instagram.social_icon_1{
    color:#000;
    }
    
    .social_bookmarks_facebook.av-social-link-facebook.social_icon_2{
    color:#000;
    }
    
    .social_bookmarks_twitter.av-social-link-twitter.social_icon_3{
    color:#000;
    }
    
    .social_bookmarks_youtube.av-social-link-youtube.social_icon_4{
    color:#000;
    }
    
    .social_bookmarks_linkedin.av-social-link-linkedin.social_icon_5{
    color:#000;
    }

    For the header color add the following to quick css and adjust the color to what you need:

    #header_main.container_wrap.container_wrap_logo{
    background:#000;
    }

    Best regards,
    Jordan Shannon

    #817988

    Hi Jordan,

    Thanks for the info / reply – I appreciate it.

    I don’t want to change the color of the icons – I want them to be their full color native icons (kind of like I see on my iphone screen for the apps). So – twitter would be the light blue, facebook the dark blue background etc.

    Does that make sense?

    Is there a way to have this “full personality” social media icons (or a colorful set that I don’t manually color) on the toolbar?

    Thanks!

    L

    #818013

    Hi,

    No, unfortunately you would have to work this out via css. There are no default solutions for those icons.

    Best regards,
    Jordan Shannon

    #818489

    Hi Jordan,

    Gotcha – thanks for letting me know.

    Yours,

    L

    #818494

    Hi,
    shall we close this then?

    Best regards,
    Mike

    #818495

    I think so – thanks Mike.

    L

    #818498

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Social media icons – color/full version? Also – background color of main menu?’ is closed to new replies.