- This topic has 3 replies, 2 voices, and was last updated 2 years, 3 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.
Please send me a snippet to remove it or center it. Thank you!
Hi Lynn,
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
Remove it or make it longer, please. It’s the small horizontal line between the title and body of each post. I couldn’t attach the screenshot so I sent it via email.
Hi Lynn,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
1. If you want to remove the line:
.border-divider {
display: none;
}
2. If you want to increase the line width use this snippet:
.border-divider {
max-width: 150px;
}
Kind Regards