Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Newbie needs help with 4 design elements


3sixty
Participant

@3sixty

To get rid of the title, go to your stylesheet (.css) and find #header h1

add

display:none

And the title will disappear.

A couple tips:

1. Use Firebug or Google Chrome’s built in developer tools to troubleshoot style issues

2. Use a child theme (search Buddypress Child theme) or you will lose your changes

Skip to toolbar