Tagged: custom widget, social media icons
Hi fabulous support team,
Had followed a thread to place certain code in the CSS that provided CSS quick code and custom social media widget code.
Placeholder is here on bottom right column… http://www.lobstertrail.com/meet-the-lobster-fishermen/
How do we show only 4 and make the icons larger and all on same line? Thanks!
Hi lobstahhhhhhh!
Please add following code to Quick CSS in Enfold theme options under General Stylign tab
.widget .social_bookmarks li {
clear: none;
}
.widget .social_bookmarks li a {
font-size: 16px; color: black;
}
You can edit your HTML code and remove the icons that you would not like to show.
Best regards,
Yigit
As always thanks for the GREAT support! Perfect!