By default the area for the social icons is white, what is the CSS code to change to a different color?
I would like to also change the background color in the menu area, what is the css code for this?
Thanks,
Tim
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
By default the area for the social icons is white, what is the CSS code to change to a different color?
I would like to also change the background color in the menu area, what is the css code for this?
Thanks,
Tim
To be clear, the area where the logo and menu items are located is what I want to change the background color for.
I figured out how to change background color for social icons area.
.social-links{
background:yourcolor;
}
Tim
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.header{
background:your color value;
}
Thanks.
You must log in to post.