Forums

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

Home Forums CSS div a background turns white on click : solved Re: div a background turns white on click : solved

#89287
Mottie
Member

You mean the link background?… just change this css – changed background to color

.selected {
color: #fff;
font-weight:700;
}

Updated demo.