Forum Replies Created
-
In reply to: Very simple question — changing font size
Thank you crzyhrse, your code was very helpful! Took a little bit of picking and choosing and adding an !important here and there but my site is looking much better!!!
In reply to: How do i change the color of the text and box?Hmm my reply got cut off. Anyway good news. I learned it is important to spell !important with an “r”. Thanks for the help. Site is coming along. Much appreciated!
In reply to: How do i change the color of the text and box?Odds and even no. replies have alternating colors
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: #fbfbfb;
}#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #fff;
}In reply to: How do i change the color of the text and box?Hi those codes worked great on the bbpress forum paage! However they did not translate to the topics section. I added them to my child Css.styles.
http://satanicdogooder.com/forums/topic/a-good-deed-aric-u/#new-post
Any idea why the background of these pages did not take to the CSS change?
Thx,
The DoGooder