want to delete dotted line
-
Hi,
I’ve been trying to get rid of the dotted grey line on my site’s homepage and i’m at a loss.
Using chunk theme. have CSS upgrade but I’m a noob. Any advice is greatly appreciated.
thanks!
The blog I need help with is: (visible only to logged in users)
-
If you’re still using the original theme css, you should be able to override/hide the dashed line underneath the posts by adding:
.hentry .main { border-bottom: 0px; }Please note that by doing so it’ll also be invisible on all entries (posts and pages).
-
- The topic ‘want to delete dotted line’ is closed to new replies.