Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Apply Background Color only on text Re: Apply Background Color only on text

#92788

I assume that it is mainly paragraphs coming after headers? If this is the case you could use this:

h1 + p {
clear: left;
}

Shown here: http://jsfiddle.net/sl1dr/Fxja2/