Tagged: enfold, footer, social media icons
Hi,
I activated the social media icons in the footer.
I want to add the sentence: Follow us on (near the social media icons).
How can I do this?
Thanks,
Rosa
Hey Rosa!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#socket .social_bookmarks:before {
content: 'Follow us on ';
display: block;
float: left;
position: relative;
top: 10px;
}
Best regards,
Yigit
It works!
YEAH!
Rosa