Tagged: color section
On the page here in the “Social” section, there are 2 lines on the left side of the page.
http://fruth.mediasmith360.com
They are showing as “div class=post_delimiter”, but I’m not sure how to remove them.
Thanks!
Hey rsbell!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
#top .fullsize .template-blog .post_delimiter {
left: auto !important; width: auto !important;
}
Best regards,
Elliott
Perfect!
Thanks!