This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi, when adding the social icons on topbar left, i get these weird style issue where the color changes to black, and it pushes the text under it.. can center it and change the color to its original?
https://gyazo.com/5832c03b18793cd96856c81f7b56177b
Hello,
Please add this code in Theme Options > Styling > Custom css > Custom CSS for desktop (992px+):
.topbar-widget.etheme_widget_socials .et-follow-buttons a{
border: none;
color: white;
}
.topbar-widget.etheme_widget_socials .et-follow-buttons a:last-child, .languages-area > div {
border: none;
}
.topbar-widget.etheme_widget_socials .et-follow-buttons a {
height: 1rem;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up