You have this CSS in “switcher.css” file:
body {
font-size: 16px !important;
margin-top: 240px !important;
}
Thank you so much… Let me see if I can fix it!
I’m looking everywhere and can’t find switcher.css
Nice one WPyogi π I was inspecting the CSS and totally missed that
where is that line of code?
π This is driving me crazy. Since I can’t find it can I override it?
I looked at your web page using firebug and there’s a call to switcher.css in <head> of your theme. Its in a chunk of stylesheets being loaded just after the <title> tag.
The reason you cant find it is becasue its being loaded from an external source. You can either comment out or delete that line and the switcher.css won’t load anymore. If that doesn’t do it then, there must a plugin thats loading that script for you, so just disable stuff until it goes away.
Ok I understand…. I know this sounds stupid but where do I delete this line out from. Which file is calling to the external one.
Its very strange but its been doing it from the start even when I didn’t have any plug-in installed. :/
It’s from the theme demo — this line:
<link rel="stylesheet" href="http://www.gabfirethemes.com/demos/theme-switcher/switcher.css" type="text/css" media="screen" />
Try removing it from header.php
Further, since that’s a commercial theme – it’s not supported here, so if you need more help, you need to contact the vendor.
Sorry that was a stupid question…. after looking at the source I figured it had to be the header.php
THANK YOU SOOOO MUCH FOR YOUR HELP!!