CSS FILES AND STRUCTURE

We are using several CSS files in this theme. The first one is the style.css with has a generic css reset.Almoust all styling is in this file. The file is separated into sections using

	
/* =Single
-------------------------------------------------------------------*/
	some code
  	
/* =property
-------------------------------------------------------------------*/
	some code
	
	etc, etc. 

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

The second most important file is the my_media.css which contain media queries and css alterations in order to achive the theme responsivness.

In the style.css there also included the botstrap css files.

The theme also let you modify the visual aspects of his elements. You can do that via the the theme options menu. All the changes you made here will be saved into database and transformed in a css file in customcss.php

In theme options there is a custom field called custom.css. You can paste any css file alteration in there and it will be applyed to the front site.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.