Advertisement:

Author Topic: Which CSS file edits the front page? There are 2 that look identical... [SOLVED]  (Read 1103 times)

ben_dchost1

  • Jr. Member
  • **
  • Posts: 92
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!
« Last Edit: June 26, 2014, 11:38:55 am by ben_dchost1 »

tomshaft

  • Hero Member
  • *****
  • Posts: 862
  • Osshaft for Osclass - Add 650 posts to my total
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

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
use web developer tools ---see other post

ben_dchost1

  • Jr. Member
  • **
  • Posts: 92
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