PDA

View Full Version : Can't Remove the Word Gallery....


DASPort
Mar-22-2007, 07:55 AM
Good Morning All,

I'm having trouble removing the word "Gallery (And the number 1)" on my "Contact Info" page http://www.das-photography.com/gallery/2203349/1/123023398

I have sucessfully removed it in other galleries months ago, but for some reason can't get this one to go away. :dunno

Any advice?? :cry

Barb
Mar-22-2007, 08:02 AM
Good Morning All,

I'm having trouble removing the word "Gallery (And the number 1)" on my "Contact Info" page http://www.das-photography.com/gallery/2203349/1/123023398

I have sucessfully removed it in other galleries months ago, but for some reason can't get this one to go away. :dunno

Any advice?? :cry

Hi :)

Add this to your CSS code:

.gallery_2203349 .pageNav {display: none;}

That should do it :)

DASPort
Mar-22-2007, 09:10 AM
Barb,

Thanks for your help but unfortunately that command is in my CSS and it still doesn't work...:dunno

Andy
Mar-22-2007, 09:13 AM
Barb,

Thanks for your help but unfortunately that command is in my CSS and it still doesn't work...:dunno
Hi, please do it Exactly as Barb showed you.

.gallery_2203349 .pageNav {display: none;}

you have

.gallery/2203349.pageNav {display: none;}

which is incorrect.

DASPort
Mar-22-2007, 10:31 AM
Hi, please do it Exactly as Barb showed you.

.gallery_2203349 .pageNav {display: none;}

you have

.gallery/2203349.pageNav {display: none;}

which is incorrect.

Hi Andy,

Thank YOU very much!!

DASPort
Mar-22-2007, 10:42 AM
Thank you too Barb!! :D