Weird grey line above "RELATED"
- The topic ‘Weird grey line above "RELATED"’ is closed to new replies.
Need help? Check out our Support site, then
It is between the “Like this” button and the RELATED section. Can be fixed?
tks!
The blog I need help with is: (visible only to logged in users)
Hey! Sorry for the wait –
This seems to be added by the plugin, but you might be able to remove it by adding this to your custom CSS:
div#jp-relatedposts h3.jp-relatedposts-headline em:before {
border-top: none !important;
}
Wonderful, thank you