AbanteCart Community
Shopping Cart Operations => Support => Topic started 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!
-
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.
-
Thanks for the help. Do you know where i can find that on the version before the 1.2.2?
-
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.
-
Hi.
Use firebug browser addon to inspect code. This will help you to find what css file and line you need to change