This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Olga Barlow
Is there a way to get the social links in the header to be a light version instead of dark? They are blending in to my top bar background. Thanks
Hello,
We’ll fix it in next theme update. Now you may add temporary fix in Theme Options > Styling > Custom CSS
.topbar-widget.etheme_widget_socials .et-follow-buttons a {
border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.header-center .topbar-color-white .top-links > div {
border-color: transparent;
}
.header-center .topbar-color-white .topbar-widget .et-follow-buttons a:last-child {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-center .topbar-color-white .topbar-widget .et-follow-buttons a i {
opacity: 1;
color: #fff;
}
.header-center .topbar-color-white .topbar-widget .et-follow-buttons a:hover i {
color: #fff;
}
Regards
Thank you!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up