Hi guys, just need a little help, is there any possible way to remove the titles from pages and from the left and right sidebars? I've tried removing them from xtemplate but they seem to give errors, the removed ones from the sidebars look ok and dont show any errors but i keep getting strange problems in the log and i'm not sure if they're related. This is only the development board im working on and you can see my progress so far if you want at http://216.120.234.168/~doomedp/

Any help would be much appreciated...

Thanks

Comments

nevets’s picture

If you want to remove all titles (that what it sounds like)

In your css file for the theme you are using add

.title
{
  display: none;
}

Note this must be after any other rules with title in them.

assuluto’s picture

Cheers matey that worked, i'm still learning CSS so its great to pick these things up...cheers