|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Border on thumbnails
How can I get rid of the border on the thumbnails here:
http://edinchavez.smugmug.com/Portfo...2648&k=PZW9KHk also, when I hover over them I would like for them to get a bit larger to know you are on that photo. Thank you in advanced. |
|
|
|
|
#2
|
||
|
Major grins
|
Quote:
border: none; } They wont get bigger when you hover, but it will remove the border |
|
|
|
||
|
#3
|
|
|
Big grins
|
|
|
|
|
|
#4
|
|
|
Major grins
|
Look through your css file for this
a img.imgBorder, .imgBorder { background-color: transparent !important; border-color: #FFFFFF !important; border-style: solid !important; border-width: 1px !important; padding: 0 !important; } It looks like you have border-width set to 1px with the important tag. Change the border-width: 1px !importnat to border-width: 0 !important |
|
|
|
|
#5
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#6
|
|
|
Big grins
|
anyone?
|
|
|
|
|
#7
|
|
|
Smug Hero
|
Easy Customizer ~> Photos ~> Set the Border Color to None and publish the changes
|
|
|
|
|
#8
|
|
|
Big grins
|
|
|
|
|
|
#9
|
|
|
Smug Hero
|
Now you need to modify your CSS like Joey suggested. In your Advanced Customization Page you have this exact block of code at the very bottom of your CSS box.
Code:
a img.imgBorder, .imgBorder {
background-color: transparent !important;
border-color: #FFFFFF !important;
border-style: solid !important;
border-width: 1px !important;
padding: 0 !important;
}
|
|
|
|
|
#10
|
|
|
Big grins
|
wonderful, I added the code and changed it. Thank you so much. Any clue on what I can do to make it bigger or darker when I hover over it? (any kind of motion would be great)
|
|
|
|
|
#11
|
|
|
Smug Hero
|
Make what bigger? The border that you just removed?
|
|
|
|
|
#12
|
|
|
Big grins
|
|
|
|
|
|
#13
|
|
|
Big grins
|
I figured something out, but suggestions are always welcomed, thanks guys for all your help. You Rock
|
|
|
|
| Tell The World! | |
| Tags | |
| border , hover , thumbnail | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| HELP! Remove #bodyWrapper border. | lfoster87 | SmugMug Customization | 1 | May-09-2012 03:41 PM | |
| Need help with customized thumbnails | johnrac | SmugMug Customization | 3 | Mar-17-2012 04:10 AM | |
| Border Radius Not Handled Correctly | RogersDA | Bug Reporting | 2 | Mar-02-2010 09:20 AM | |
| How do I make this kind of border? | BlueSoul | SmugMug Customization | 2 | Oct-03-2007 08:39 PM | |
| problem with zoomed thumbnails | jchin | SmugMug Support | 2 | Aug-02-2007 11:25 AM | |
| Thread Tools | |
| Display Modes | |
|
|