How to hide the Site Name from the main body

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Dec 07, 2010 4:09 am
As far as I can tell the only way to remove the site name from the main body on my front page is to blank out the Site Name field in the Global Configuration. I'm worried this will have negative effects on SEO. Can anyone show me how to just hide it from the home page without blanking out the field. My site is http://summitadhdcenter.org. Theme is Finance.

Thanks in advance!
User avatar
Fresh Boarder

GK User
Tue Dec 07, 2010 10:20 am
Try to find using firebug css class of this element and add some rule to your template.css or override.css file like this
Code: Select all
.someSelector {display: none;}
User avatar
Platinum Boarder

GK User
Fri Dec 10, 2010 6:26 pm
Great suggestion, thank you for the reply!
User avatar
Fresh Boarder


cron