Hello
I have managed to figure out how to hide the box that appears to the left of each news post with this in my custom.css:
.main_color .small-preview {
display:none; }
However, I still see a faint vertical line under the post text that I can’t seem to remove. Here is a link to my working site:
Please advise. Thank you, Jodi
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-small .post_author_timeline { display: none; }
Regards,
Yigit
Perfect! Thanks so much – that worked; thanks, also for the super prompt reply! :)