Forums

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

Home Forums CSS [Solved] Change hover color Reply To: [Solved] Change hover color

#193208
James
Participant

Locate this in your CSS file(s) and change the background colour. Replace the “x” with a value between 0 and 255.

#dslc-content #dslc-module-364 .front-side:hover {
background-color: rgb(x, x, x);
}

It appears all your values are set in RGB. Preferably, I would suggest using hex values, but if you’re looking for RGB values for a nice blue, check out Adobe Color (aka Kuler)