Osclass forums
Support forums => Themes => Real Estate => Topic started 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!
-
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
-
use web developer tools ---see other post
-
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