Wu Wei Theme: How can I remove bottom borders on PAGES but not on POSTS?
-
In my current CSS both POSTS and PAGES have the same bottom border attributes as linked code. It seems inherent in the template design. Is it possible to separate them using CSS? For example, I would like to remove/hide or just code the PAGES bottom border white while keeping grey borders in the POSTS. Thanks.
Posts: Keep bottom borders
http://sugarcube.usPages: Visibly hide the grey 12px heigh bottom border
http://sugarcube.us/hours-of-operation/The blog I need help with is: (visible only to logged in users)
-
This will remove the bottom border line from pages, but leave them on posts on the main page and other post related pages (category, tags, archives, single post pages).
.center-column .page { border-bottom: none; } -
-
- The topic ‘Wu Wei Theme: How can I remove bottom borders on PAGES but not on POSTS?’ is closed to new replies.