
Im getting this weird border on every shortcode i paste. Any workarounds to removing this?

Im getting this weird border on every shortcode i paste. Any workarounds to removing this?
Hi Rennyl,
Thanks for writing in! It seems that you have pasted your shortcode under Visual mode of your editor. Switch back to Text mode and delete any HTML tags like <pre> or <code> around your shortcode to resolve the issue. Make sure to remove ending tags as well such as </pre> or </code>.
Hope that helps.
Thanks I’ve managed to remove the border, however the horizontal line is still there , any ideas?
Hi Rennyl,
To remove the horizontal lines, you can add this in Theme Options > CSS
.x-entry-share {
border:0;
}
Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.