ISkin Maestro Slides with Audio Pro Theme
Design and Skin Customization
michaeld:
so the index_slides.tpl file has css that points to div classes and div ids .....had to go searching through every css file to find for example div class="texts"......Is there an easier way to know exactly which css file a div class or id is using without searching through all of them?
so the index_slides.tpl file has css that points to div classes and div ids .....had to go searching through every css file to find for example div class="texts"......Is there an easier way to know exactly which css file a div class or id is using without searching through all of them?
Here's what I would do:
- use your browser developer tools HTML inspector to find the element you are wanting to change - that gets you the class/ID. In the right of the dev tools you will see the "computed CSS" - i.e. the rules being applied to that element
- in the ACP -> Skins -> Style section you can search for those IDs and classes
Let me know if that helps.