![]() |
Different Colors for Body in Posts vs. Pages
Hi,
I want to have the homepage/blog posts a different background color from my pages. I tried using html in the posts themselves to get a different background color but it didn't work. Thanks for the help! |
you need to use a CSS Selector that address the unique page. Each 'page' witll have a class like 'page-id-213' so you could use
body.page-id-213 .post-bodycopy {background: #00FFFF; } |
All times are GMT -6. The time now is 10:37 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.