Forums

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

Home Forums CSS How to get Facebook Recommend box to be readable Re: How to get Facebook Recommend box to be readable

#110864
Paulie_D
Member

If you have a blank style sheet you put in the second line I gave you.

Actual elements of a page such as body, div etc can be referenced just as they are. They don’t need to start with # or .

body.transparent_widget{
background-color:white;
overflow:hidden
}