PDA

View Full Version : Can someone tell me how to remove this text?


carriekrotine
Jan-07-2010, 05:11 PM
On my portfolio page it seems as though there is some text "Galleries Galleries. I have no idea how to remove it. Here is a link. Any suggestions?

http://www.carriekrotinephotography.com/Galleries

Allen
Jan-07-2010, 06:11 PM
On my portfolio page it seems as though there is some text "Galleries Galleries. I have no idea how to remove it. Here is a link. Any suggestions?

http://www.carriekrotinephotography.com/Galleries
Add this to your CSS

#galleriesBox .boxTop {display: none;}

carriekrotine
Jan-07-2010, 06:35 PM
Add this to your CSS

#galleriesBox .boxTop {display: none;}

You guys are so good at this! I can only hope I will learn some of it as I go on. Thanks Allen!