To get to know what you've bought.
Most pages have a structure like this:
<html> <head> // Scripts <body> // Add your favorite helper classes here <div id="wrapper" class="animsition"> <div id="loader" class="fh"></div> // The loader <header id="main-header"> // Logo and main navigation </header> <div id="inner"> // Inner <section class="x"> // A section, may contain a portfolio grid or content </section> </div> <footer> // The copyright footer (on the very bottom) </footer> </div> // Scripts </body> </html>
/*---------------------- Peel - CSS 1.0 By Themanoid Table of Contents 00. Loader 01. Buttons 02. Filters 03. Forms 04. Header 05. Hero 06. Lists 07. Thumbs 08. Style 09. Footer 10. Accordion -----------------------*/
The Elements.css file has all the styled elements used in Peel. You can modify this stylesheet at your own risk.
To adjust styles, it's better to override them using the custom.css file, also included with Peel.