AbanteCart Community

eCommerce construction => How-to questions => Topic started by: laura458 on January 13, 2025, 07:42:09 PM

Title: change color to menu
Post by: laura458 on January 13, 2025, 07:42:09 PM
Well, I had this figured out with the previous version to change the menu bar color. Upgraded to 1.4 and it is back to black bg and white fonts. So, where do I go now to change the colors? using the default template and 1.4 version.
Title: Re: change color to menu
Post by: Basara on January 14, 2025, 02:07:53 AM
Hello.
Use your browser's inspector tool to locate the CSS file and identify the CSS rule you want to edit or add, such as the following example
.navbar.navbar-expand-md.navbar-dark.bg-dark {
    background-color: red !important;
}

to the storefront/view/default/css/style.css
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Browser-inspector
Title: Re: change color to menu
Post by: laura458 on January 14, 2025, 11:42:24 AM
Thank you Basara! But, I did that and it shows the html code when I hover certain areas I want to change, but heck, the files are different on my server and so many areas and files. Example below: