Shape 5

Wordpress Club Themes => Risen Hope - Club => : Ruffy003 April 11, 2018, 08:35:34 AM



: Social-Buttons (missing Youtube)
: Ruffy003 April 11, 2018, 08:35:34 AM
Hello S5 Team,

thank again for the great Theme.

Have a question for the Social-Buttons at the bottom of the site.

What?s the simplest way to add the Youtube button with the mouse-over effect like the other ones ?

Thanks a lot in advance.

maranatha-wn.at

Regards E.C.


: Re: Social-Buttons (missing Youtube)
: Tristan Rineer April 11, 2018, 12:52:00 PM
You'll need to add some custom CSS to give the hover effect, here's an example using the official YouTube red and black, you can change the colors to something else if you want.

:
a.social_icon.ion-social-youtube {
    background: ##FF0000;
}

a.social_icon.ion-social-youtube:hover {
    background: #282828;
}