Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: change color to menu  (Read 1200 times)

Offline laura458

  • Newbie
  • *
  • Posts: 38
  • Karma: +1/-0
    • View Profile
change color to menu
« 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.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6070
  • Karma: +284/-2
    • View Profile
Re: change color to menu
« Reply #1 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
Code: [Select]
.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

Offline laura458

  • Newbie
  • *
  • Posts: 38
  • Karma: +1/-0
    • View Profile
Re: change color to menu
« Reply #2 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:

 

Powered by SMFPacks Social Login Mod