Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Proper way to over-ride css
Never mind, I was using improper css. Once I added background-color:transparent to my css, I got the intended result.
View article...
View article...
Comments
I'm trying to eliminate the body {background-color:#ffffff;} My thought was to use body {background-color:none:} in the bootstrap.css found in mytheme/css. The only way I found to get rid of that style is to comment out the style in exteral/bootstrap3/css/bootstrap.css.
View article...