|
|
Thread Tools | Display Modes |
|
#1
|
||
|
Major grins
|
How to change color in the background.
This is my "About me" page. I don't care for the color of the background, but I can't decipher the right code to change the color. Help please?
http://www.ericholmesphotography.com...9400349_dskCxk Quote:
__________________
www.ericholmesphotography.com |
|
|
|
||
|
#2
|
||
|
Major grins
|
Quote:
here: Code:
/*************************************************
======= About Me Page =======
*************************************************/
.gallery_19400349 #albumDescription
{margin:auto;background:#eee;
padding: 20px 40px 40px 40px;
width:860px;-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.Shadow
(Color='000000', direction='135', strength='3');_filter: none;}
Congrats on all your recent media attention!
|
|
|
|
||
|
#3
|
||
|
Major grins
|
Quote:
__________________
www.ericholmesphotography.com |
|
|
|
||
|
#4
|
|
|
Major grins
|
|
|
|
|
|
#5
|
|
|
Major grins
|
Ok, I got the background changed around like I want and I was hoping to add a little border/drop shadow around the image and text. It appears that the code is already set up for it and I played with some of the values but I couldn't get anything to change.
__________________
www.ericholmesphotography.com |
|
|
|
|
#6
|
||
|
Major grins
|
Quote:
go with just "box-shadow....change this: Code:
.gallery_19400349 .myPhoto img
{-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.Shadow
(Color='000000', direction='135', strength='3');_filter: none;}
to this: Code:
.gallery_19400349 .myPhoto img
{box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.Shadow
(Color='000000', direction='135', strength='3');_filter: none;}
then for the border, you have that specified in the html tag...you can change it there....or add it to the CSS Code:
<div class="myPhoto"> <img style="border:6px double #545565;" src="/photos/1517537240_Hk58svZ-M.jpg" height="450" width="299"> </div> |
|
|
|
||
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| background not stretching and Smug footer floating | terribleprocess | SmugMug Customization | 9 | Aug-06-2012 11:20 AM | |
| fixed main problem myself just small aberration left | terribleprocess | SmugMug Customization | 0 | Jul-31-2012 10:36 AM | |
| Change background only to gallery drop down pages | Gibson | SmugMug Customization | 6 | Mar-23-2012 08:09 PM | |
| Change Category Background Color? | JimKarczewski | SmugMug Customization | 2 | Dec-21-2010 11:10 AM | |
| how to change particular font and background color | JSS44 | SmugMug Customization | 2 | Jun-02-2010 03:18 PM | |
| Thread Tools | |
| Display Modes | |
|
|