Osclass forums

Support forums => Themes => Real Estate => Topic started by: ben_dchost1 on June 25, 2014, 03:29:50 pm

Title: Which CSS file edits the front page? There are 2 that look identical... [SOLVED]
Post by: ben_dchost1 on June 25, 2014, 03:29:50 pm
I looked in the folder directory for 'estate' and it appears there is a CSS file located with all the PHP files called 'style.css, but there also seems to be another file also called 'style.css' situated in the CSS folder. So:

Stylesheet: realestate/style.css
Stylesheet: realestate/css/style.css

Why are there two files? I wanted to edit part of the home page but the classes/id seem to be duplicated accross the two files(have the same name/properties) - so I don't know which file I should edit.

If someone could explain to me the differences that would be great. Thanks!
Title: Re: Which CSS file edits the front page? There are 2 that look identical...
Post by: tomshaft on June 25, 2014, 04:12:57 pm
Likely only one is used. the other is a leftover from someone's modification.
To see which is being used open the theme head.php file in a editor such as notepad or simply use a browsers tools. Last, you could rename one to style.cs and see if site (Theme) looks bad. If so then that is the one being used.
 
Tom
Title: Re: Which CSS file edits the front page? There are 2 that look identical...
Post by: design on June 25, 2014, 06:10:04 pm
use web developer tools ---see other post
Title: Re: Which CSS file edits the front page? There are 2 that look identical...
Post by: ben_dchost1 on June 26, 2014, 11:36:55 am
Thanks for replies. I will try this!
Likely only one is used. the other is a leftover from someone's modification.
To see which is being used open the theme head.php file in a editor such as notepad or simply use a browsers tools. Last, you could rename one to style.cs and see if site (Theme) looks bad. If so then that is the one being used.
 
Tom