Forums

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

Home Forums CSS Bootstrap dropdown menu css Reply To: Bootstrap dropdown menu css

#209662
cscodismith
Participant

Yes I have and I have replaced it in my own css with custom colors of my choosing yet it is still showing that weird blue there (Better shown here)

Here is the css I am using my own stylesheet:

.btn-primary.active, 
.btn-primary:active, 
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #A30000;
    border-color: #A30000;
}