I would like to remove the borders that are between posts
I have tried to format that with:
.footer_color .related_posts.av-related-style-full a {
border-color: transparent;
}
But is not working – any suggestions?
Hi stedia!
Please add following code to Quick CSS
.recentcomments, .widget_recent_entries li { border: none !important; }
Cheers!
Yigit
Thanks – remains always a struggle to find the right ID for these tweaks :(