AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: laura458 on April 18, 2024, 12:45:50 PM

Title: needing to change bootstrap5 colors
Post by: laura458 on April 18, 2024, 12:45:50 PM
Ok, so I looked, and looked, even on the bootstrap site and still have no idea WHERE I can change the color of the nav/menu bar from black to a color I want. Using bootstrap5 theme. Have had some folks reply, and try to help, but there are MANY areas and MANY style sheets I can't find the right one.
What I see when I go into cpanel and go through all the folders:
Any help would be appreciated.
Title: Re: needing to change bootstrap5 colors
Post by: Basara on April 22, 2024, 01:29:33 AM
Hello.
Modify the /extensions/bootstrap5/storefront/view/bootstrap5/css/style.css
add CSS rules to the top of the page for example
Code: [Select]
.navbar.navbar-expand-md.navbar-dark.bg-dark {
    background-color: red !important;
}
Title: Re: needing to change bootstrap5 colors
Post by: laura458 on April 23, 2024, 10:46:40 AM
YAY! Thank you Basara! It worked. Forgot I had to clear the cache as well. Now I am doing the happy dance :)