• Hi Folks,

    I’d like to override the button colour, so I’ve tried the following CSS:

    #header-right .btn-primary, #header-right .btn-primary.active {
    background-color: #8F278E!important;
    border-color: #8F278E!important;
    }
    .form-group .btn-primary, .form-group .btn-primary.active {
    background-color: #8F278E!important;
    border-color: #8F278E!important;
    }

    However, neither of these are applied, and do not even show up in the Chrome code inspector, even though I can find them in the minified CSS file.

    Help appreciated.
    Steve

    The page I need help with: [log in to see the link]

  • The topic ‘Can’t override CSS’ is closed to new replies.