[SOLVED] Bootstrap Overrides

Hi, what file do i place the bootstrap overrides css code in.

For a example i want to do this

/* overrides */
.navbar-inverse{
 background-color: #8796b4;
}

I did try it in the three css files in the /styles folder but i could not get it to work. Is there a particular file that this custom css override would go in to load? I am trying to change the header bar color for the subscription page (the bar with the logo).

Thanks :slight_smile:

Update: So i did find an article [SOLVED} How to edit default subscribe page so i guess i can just link a custom css in the settings area for the header and then it will load my custom css overrides. That should work i think…

Yep that worked, as long as you load the custom css AFTER bootstrap ui css then it will work fine.

:slight_smile:

1 Like