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

Support AbanteCart eCommerce

Author Topic: Changing the color on the search drop down menu  (Read 4538 times)

Offline emanuelben616

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +2/-0
    • View Profile
Changing the color on the search drop down menu
« on: July 03, 2015, 07:58:46 AM »
HI all,

    Ive been trying to change the color for the drop down menu for the search, but I haven't been successful finding it. Ive been trying for quite some time now. If anyone know how to change it I will highly appreciate at it. Thank you!

Offline alfaromora

  • Newbie
  • *
  • Posts: 22
  • Karma: +2/-1
    • View Profile
Re: Changing the color on the search drop down menu
« Reply #1 on: July 03, 2015, 08:47:49 AM »
Hi emanuelben616, in the 1.2.2, you must edit the file ./storefront/view/default/stylesheet/style.css, go to .dropdown-menu (line 717) and then
background-color: #fff;  (line 729)  and change the color '#fff', for whatever you like it.

Hope it solves your problem.

Offline emanuelben616

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +2/-0
    • View Profile
Re: Changing the color on the search drop down menu
« Reply #2 on: July 06, 2015, 03:43:56 PM »
Thanks for the help. Do you know where i can find that on the version before the 1.2.2?

Offline emanuelben616

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +2/-0
    • View Profile
Re: Changing the color on the search drop down menu
« Reply #3 on: July 06, 2015, 04:00:46 PM »
nevermind i found where it is, but i still can't find how to change the background of when your mouse pointer goes over a category and it changes color. it always stays blue.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Changing the color on the search drop down menu
« Reply #4 on: July 07, 2015, 03:18:45 AM »
Hi.

Use firebug browser addon to inspect code. This will help you to find what css file and line you need to change

 

Powered by SMFPacks Social Login Mod