eCommerce construction > How-to questions
change color to menu
(1/1)
laura458:
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.
Basara:
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
--- Code: ---.navbar.navbar-expand-md.navbar-dark.bg-dark {
background-color: red !important;
}
--- End code ---
to the storefront/view/default/css/style.css
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Browser-inspector
laura458:
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:
Navigation
[0] Message Index
Go to full version