Changing The Colour Of The Footer Social Icons

I am using the Biker Demo Content and want to change the colour of the footer social icons. i.e those that are on the same line as the copyright text. Reading here I have found enough information to change the font size and colour of the copyright text using CSS placed in the CSS option tab field as follows:


 #Footer .footer_copy .copyright { color: #FFCA33 !important; }
 #Footer .footer_copy .copyright {  font-size: 18px; font-weight: 700 !important; }

but am unable to workout or find how to change the other side (socal Icons)

I am guessing its something like #Footer. footer_copy .socialicons {color: [value} !important;} but I need more guidance please.

I would also like to be able to control the Footer social icons size.

Thanks


Comments

Sign In or Register to comment.