Need Help with CSS
-
I am new on this site and trying to figure out how to use CSS and how to put codes in. For example I want each post to have a different background color and I need help on the process of doing that! Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hello there,
Since there is no official Staff support for the CSS upgrade, and precious little Volunteer support, this upgrade is not recommended to those who lack at least moderate understanding of HTML and CSS because you must be prepared to do the work on your own. Please read this helpful post > http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/
and consult tutorials found here > http://en.support.wordpress.com/custom-css/#css-help while patiently waiting for a Volunteer to help you. :) -
-
You’d need to view the HTML when you make each post and find the unique ID. Then you’d need to copy the code below for each new post, changing the ID number and background colour code in each case. This one should work for your current post when viewed on its own:
body.postid-130 {background-color:#ff9999;}
- The topic ‘Need Help with CSS’ is closed to new replies.