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.
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
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: