Between each post, there's a decorative squiggle design that makes blank "space." Is it possible to remove it completely? I have the custom CSS upgrade...
The blog I need help with is smellofpopcorn.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Between each post, there's a decorative squiggle design that makes blank "space." Is it possible to remove it completely? I have the custom CSS upgrade...
The blog I need help with is smellofpopcorn.com.
To remove the decorative squiggle, or flourish, from everywhere on the Comet theme, add this to your Appearance → Custom Design → CSS editor:
.sep {
display: none;
}
Thank you so much! Appreciate the quick help.
This topic has been closed to new replies.