Forums

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

Home Forums CSS How to change the colors Reply To: How to change the colors

#281030
Paulie_D
Member

Change this in your default.css or override it in your own stylesheet

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #1490d7 !important; /* change this */
}