- This topic has 3 replies, 2 voices, and was last updated 2 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi there!
Is there a way to remove the horizontal lines that appear under the post/page title and in between posts?
Thanks!
Hi Tom,
At first, thank you for choosing our theme and service.
Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
Kind Regards
Hi Tom,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.post-footer {
display: none;
}
Kind Regards