This topic has 2 replies, 2 voices, and was last updated 9 years by ianll.

  • Author
  • #50945
     ianll
    Participant

    I’m looking to see if there is a setting I can use to add color to the social media icons that are in the top menu area. I’d like to add the relevant social media networks colors (blue/red/etc) when hovered or clicked.

    Also, I’m looking to add follow button for twitter and subscribe button for youtube to a widget area in my footer. I added the vc shortcodes to a text widget and that works for the most part with the exception of twitter and youtube. With twitter it is only a tweet button not a follow. When I add the code from youtube or twitter generators on their respective dev sites I get errors. Any suggestions here?

    #51189
     Radu
    Moderator

    Hello,

    You can add colors for top menu social icons like this

    COPY CODE
    
    
    /* Kleo Social Icons Custom colors */
    
    ul.kleo-social-icons a[href*="twitter"] { background-color: #0084B4 ;}
    ul.kleo-social-icons a[href*="twitter"] *{ color:white; }
    
    ul.kleo-social-icons a[href*="facebook"] { background-color: #3B5998;}
    ul.kleo-social-icons a[href*="facebook"] *{ color:white; }
    
    ul.kleo-social-icons a[href*="youtube"] { background-color: #cc181e ;}
    ul.kleo-social-icons a[href*="youtube"] *{ color:white; }
    
    

    You can duplicate that css and replace with your needed domain.

    Please provide a screenshot with that problematic widgets or/and provide URL.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #51363
     ianll
    Participant

    Thanks, a bit different than I implemented because I have a black header area and this css does’nt exactly make it look good with the black background but it will work. Appreciate it!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?