AbanteCart Community

Shopping Cart Operations => Support => Topic started by: macat on July 19, 2013, 04:27:49 AM

Title: Where do I find ...
Post by: macat on July 19, 2013, 04:27:49 AM
I am looking for the css that I need to change this in:

<div id="slideshow_controls">
       <div id="slideshow_nav"><a class="activeSlide"

I want to change the color of the orange dots?

Thank for your help in advance.
Title: Re: Where do I find ...
Post by: abolabo on July 19, 2013, 05:01:45 AM
you can use PhpStorm ide for quick navigation in code (use google for search).... install and open directory as project.. open tpl file, press ctrl and click on css class of element.. it will open css file that needed. i think you will save a lot of time with this tool.