Need to change background color on specific page (CSS)

SquirlyNutz

Power Member
Joined
Feb 20, 2009
Messages
721
Reaction score
541
I am trying to change the background color on a specific page with CSS and not having any luck.

The background color on the main site is fine although i have 2-3 pages that i need to change to gradient background.
 
PM me

The message you have entered is too short. Please lengthen your message to at least 15 characters
 
Do you still need help? If so, send me your link and I'll help you out.
 
You can specify a class name for each pages that you wanna have a different color.
Then just create a style using css for it.

Goodluck!
 
define different class for each page and apply css you want have a great time
 
Hey mate add me up on skype : floralchamp

I would be happy to help you out with he changes

Regards
Neo
 
you can assign class to body tag then change background of that class like
body.about-us{background:#333;}
 
You can either assign body class, or create page template, then specify the bg color on css. Hope that helps.
 
Back
Top