I don't want the 'Join Here' button on my header - how do I get rid of it??
WPMU DEV Community
I don't want the 'Join Here' button on my header - how do I get rid of it??
Inactive
247 pointsWPMU DEV ExpertI'm new here
damianedwards
Member
—
15th April 2010 13:14
Hi guys,
I really want to get rid of the 'Join Here' button from my header (please see here - http://4.biz). But I can't seem to find anywhere in the admin section to disable it.
I am working in the 'Edu-Clean' theme.
Any advice on how to get rid of it would be greatly apprectiated.
I really want to get rid of the 'Join Here' button from my header (please see here - http://4.biz). But I can't seem to find anywhere in the admin section to disable it.
I am working in the 'Edu-Clean' theme.
Any advice on how to get rid of it would be greatly apprectiated.
Responses (3)
Lead Developer — 15th April 2010 14:29 #
You would have to delete it from the theme files. Probably in the header.php file or home.php.
Geeky Developer — 15th April 2010 14:38 #
open header.php and find line 173 and comment out it like this
<!--
<div id="intro-package">
// the join button code
</div>
-->
that should remove the join button..
Member — 15th April 2010 14:53 #
That's worked, thanks!
Become a member