|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|
|
Big grins
|
Removing Gallery Caption Border
Hey all,
I'm wondering if someone can help me with a bit of coding I can't seem to work out for myself. I have tried using the Firefox Web Developer tool but just cant figure it out. Basically I want to remove (or hide) the caption border underneath my big main photo. The element is called "div #caption_bottom .caption bottom_border" but the {display:none;} does not work without hiding the whole caption box which I do not want to do. http://paredesphoto.smugmug.com/Food...2990&k=KKgXvqR I'm also looking for a way to change the colour of the 'View Cart' and 'Slideshow' green icons. Can anyone help? ![]() Thanks, Pete
__________________
My SmugMug Photography Page: www.paredesphoto.smugmug.com Last edited by PiratePete; Apr-13-2012 at 06:07 PM. |
|
|
|
|
#2
|
|
|
Major grins
|
You can remove the line under the photo caption with this CSS:
Code:
#caption_bottom { border: none !important; }
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#3
|
||
|
Big grins
|
Thanks for that code Denise!
Quote:
Code:
.sm-button {
border-top: solid 1px #5e3707;
border-bottom: solid 1px #5e3707;
background: #9cc2ca url("http://paredesphoto.smugmug.com/photos/i-MxHdmgQ/0/X3/i-MxHdmgQ-X3.gif") 0 0 repeat-x;
}
.glyphButton .first-child, .yui-menu-button button {
background-image: url("http://paredesphoto.smugmug.com/photos/i-MxHdmgQ/0/X3/i-MxHdmgQ-X3.gif");
}
.sm-button button, .sm-button a {
color: #5e3707;
}
.sm-button {
border-left: solid 1px #5e3707;
border-right: solid 1px #5e3707;
_border-left: none;
_border-right: none;
~border-left: none;
~border-right: none;
}
.sm-button .first-child {
border: none;
_border-left: solid 1px #5e3707;
~border-left: solid 1px #5e3707;
_border-right: solid 1px #5e3707;
~border-right: solid 1px #5e3707;
}
__________________
My SmugMug Photography Page: www.paredesphoto.smugmug.com |
|
|
|
||
|
#4
|
|
|
Big grins
|
*Bump*
Can anyone help me with this? I've seen loads of pages with white icons so wondering if it is some simple coding rather than this more complicated method :s
__________________
My SmugMug Photography Page: www.paredesphoto.smugmug.com |
|
|
|
|
#5
|
|
|
Smug Hero
|
Some of the other themes will have different colored buttons associated with them. So that would be the simplest way. But if you want to code in the change we would need you to add the code back in so we could see where the problem is.
|
|
|
|
|
#6
|
||
|
Big grins
|
Quote:
Thanks for the reply. I've added the coding back in. Please let me know what you think the problem is. Many thanks, Pete
__________________
My SmugMug Photography Page: www.paredesphoto.smugmug.com |
|
|
|
||
|
#7
|
|
|
Smug Hero
|
It looks like you are loading this image:
http://paredesphoto.smugmug.com/phot.../i-MxHdmgQ.gif as the background image. That is over laying the background color. You need to edit that image to have the color you were wanting |
|
|
|
|
#8
|
|||
|
Big grins
|
Quote:
Quote:
Thanks again for the quick reply. Maybe I am getting confused but I thought that image had the colour of icons I wanted ie. white
__________________
My SmugMug Photography Page: www.paredesphoto.smugmug.com |
||
|
|
|||
|
#9
|
|
|
Smug Hero
|
Gotcha, to get the white icons to load you need to remove the theme you have set in your control panel. That is overriding what you have in.
|
|
|
|
|
#10
|
||
|
Big grins
|
Quote:
I did not want to change the theme though as I like the 'Black Gradient' at the back and guessing it will remove that effect if I changed it from SmugMug Gradient right? But with that in mind about overriding it I figured out if I changed the code slightly it fixes the problem: Code:
.glyphButton .first-child, .yui-menu-button button {
background-image: url("http://paredesphoto.smugmug.com/photos/i-MxHdmgQ/0/X3/i-MxHdmgQ-X3.gif") !important;
}
![]() Thanks for all your input - that's one more change off the list now
__________________
My SmugMug Photography Page: www.paredesphoto.smugmug.com |
|
|
|
||
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Removing Nav bar in Gallery Slideshow | EmailShmemail | SmugMug Customization | 1 | Mar-20-2012 04:05 PM | |
| Making a "welcome" page | fatsilas | SmugMug Customization | 17 | Jan-30-2010 04:14 AM | |
| Adding border to the Picture, when opened from the Gallery page | rmbrar | SmugMug Customization | 7 | Jan-19-2010 03:22 PM | |
| removing border from photo | birchfield | SmugMug Customization | 0 | Jan-08-2008 11:27 AM | |
| Backprinting @ smugmug | K.Van | SmugMug Support | 62 | Apr-05-2005 12:11 PM | |
| Thread Tools | |
| Display Modes | |
|
|