This topic has 7 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Olga Barlow
How Do I remove the ertical lines between Social Link Icons?
Hello,
Please, provide your website URL and a screenshot of the line your want to remove.
Regards
Hi,
Add this code to the Custom CSS
.header-simple .shopping-container {
border-left:none;
}
And this for social buttons
.top-bar.topbar-color-dark .topbar-widget.etheme_widget_socials .et-follow-buttons a {
border-left:none;
}
Regards
thank you Serg. Perfect.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up