|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Hiding Gallery 'furniture' on about me page....
I've done a lot to my site and its gettign there thanks to lots of ideas and help from here....
But, I can't figure out how to get rid of the gallery navigation elements on my about me page. Can you help? Ta! :)
__________________
[FONT=Palatino Linotype]Al[/FONT] http://www.e-ScapePhotography.co.uk Canon 30D User and budding (very small bud!) professional landscape photographer |
|
|
|
|
#2
|
||
|
Major grins
|
In the CSS section add
Code:
#breadcrumb
{
display: none;
}
Also adding Code:
.play_slideshow
{
display:none;
}
I hope this helps.
__________________
My Photos | Use this referral code and get $5 off your first year of Smugmug! PIKZSgEQUVtu2 or just click here Quote:
|
|
|
|
||
|
#3
|
|
|
panasonikon
|
this hides it for just that gallery:
.gallery_2028697 #breadcrumb {display: none;} and if you do this #breadcrumb {display: none;} it's for your whole site, so add this: .loggedIn #breadcrumb {display: block;} so that YOU see it when logged in (addphotos, themes button, etc) |
|
|
|
|
#4
|
|
|
Big grins
|
Great, thanks guys!
__________________
[FONT=Palatino Linotype]Al[/FONT] http://www.e-ScapePhotography.co.uk Canon 30D User and budding (very small bud!) professional landscape photographer |
|
|
|
|
#5
|
||
|
Major grins
|
Oops sorry forgot about specifying it for XXX gallery (thanks Andy for spotting that).
__________________
My Photos | Use this referral code and get $5 off your first year of Smugmug! PIKZSgEQUVtu2 or just click here Quote:
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|