PDA

View Full Version : Remove Homepage Link


bbader
Aug-13-2009, 12:36 PM
I currently have a link in the upper left hand corner of my site which is says "Homepage" I want to remove it. Can you tell me how.

J Allen
Aug-14-2009, 09:09 AM
I currently have a link in the upper left hand corner of my site which is says "Homepage" I want to remove it. Can you tell me how.

Add this to your CSS box:





#customHeaderContainer
{display:none;}

bbader
Aug-15-2009, 02:53 PM
Add this to your CSS box:





#customHeaderContainer
{display:none;}






Thank you so much!!!