Hi everyone,
I was hoping to get some help. I was wondering how I can remove the line that appears under the blog title? Also, how can I remove the two lines that appear under the blog post? I attached photos of both for reference as well as a link to the site. Thank you!
Hey Southern Comfort,
Please add admin info, we can only view the coming soon page.
Best regards,
Jordan Shannon
So sorry about that. Here’s the login info:
Hi,
Add this to quick css:
.av-vertical-delimiter{
display:none!important;
}
.post-meta-infos,.post_delimiter{
display:none!important;
}
Best regards,
Jordan Shannon
That did the trick! Thanks Jordan!