Page 1 of 1

How can i remove the PBase bar?

PostPosted: Fri Jan 11, 2008 2:41 pm
by phil_mcinroy
How can i remove the PBase bar that is at the top of my galleries??

Thanks,

Phil.

PostPosted: Sat Jan 12, 2008 11:39 am
by 53digital
I dont think you are meant to...

PostPosted: Wed Jan 16, 2008 10:31 pm
by paradoxal_studio_classic
Hi Phil,
Just put this block in your CSS :
Code: Select all
body table td a img { display:none;}
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{
display: inline;
body div.galleryheader table td a img {display:inline;}
}

And bye bye the PBase bar.
8)