AbanteCart Community

Shopping Cart Operations => Support => Topic started by: emanuelben616 on July 03, 2015, 07:58:46 AM

Title: Changing the color on the search drop down menu
Post by: emanuelben616 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!
Title: Re: Changing the color on the search drop down menu
Post by: alfaromora 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.
Title: Re: Changing the color on the search drop down menu
Post by: emanuelben616 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?
Title: Re: Changing the color on the search drop down menu
Post by: emanuelben616 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.
Title: Re: Changing the color on the search drop down menu
Post by: Basara 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