Remove border around pictures and lines
-
How can i remove the border around my pictures?
and the two lines going across my website?thanks in advance
The blog I need help with is: (visible only to logged in users)
-
I searched for you. Does this help?
https://en.forums.wordpress.com/topic/delete-photo-border-from-chunk-theme-css?replies=4#post-714030 -
and the two lines going across my website?
To remove the border below the menu:
.full-column { border-bottom: none; }To remove the border above each post and above pages:
.center-column .hentry, .center-column .page { border-top: none; }To remove the border above categories:
.post-meta-data { border-top: none; }
- The topic ‘Remove border around pictures and lines’ is closed to new replies.