Merv Lowe
Oct-26-2005, 02:47 AM
Hi all,
I'm a newcomer to Smugmug and have just started playing around with customisation.
I need guidance on fixing a simple problem - I've tried searching previous posts but have come up short.
I've managed to remove all the green text, except for the gallery name in the navigation when the full size image is shown :
http://www.lowephoto.com.au/gallery/882833/1/41315919/Large
The code I have is :
.possess { display: none; }
#userHome { display: none; }
.play_slideshow { display: none; }
.cartlink_footer { display: none; }
#feeds { display: none; }
#photoKeywords { display: none; }
.top_border, .bottom_border { border: 0px; }
.left_border, .right_border { border: 0px; }
.albumNav .cartbuttons { display: none; }
.cartlink_footer { display: none; }
#imageInfo { visibility:collapse; }
#myFooter {
text-align:center;
}
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
.title {color: white} <-- this is what I thought should work...
.imgBorder {
border-color: transparent;
position: relative;
top: 0px;
left: 0px;
}
.imgBorderOn {
position: relative;
border-color: white;
top: 0px;
left: 0px;
box { background-color: blue; }
Can someone please help me out?
cheers,
Merv
I'm a newcomer to Smugmug and have just started playing around with customisation.
I need guidance on fixing a simple problem - I've tried searching previous posts but have come up short.
I've managed to remove all the green text, except for the gallery name in the navigation when the full size image is shown :
http://www.lowephoto.com.au/gallery/882833/1/41315919/Large
The code I have is :
.possess { display: none; }
#userHome { display: none; }
.play_slideshow { display: none; }
.cartlink_footer { display: none; }
#feeds { display: none; }
#photoKeywords { display: none; }
.top_border, .bottom_border { border: 0px; }
.left_border, .right_border { border: 0px; }
.albumNav .cartbuttons { display: none; }
.cartlink_footer { display: none; }
#imageInfo { visibility:collapse; }
#myFooter {
text-align:center;
}
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
.title {color: white} <-- this is what I thought should work...
.imgBorder {
border-color: transparent;
position: relative;
top: 0px;
left: 0px;
}
.imgBorderOn {
position: relative;
border-color: white;
top: 0px;
left: 0px;
box { background-color: blue; }
Can someone please help me out?
cheers,
Merv