|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Changing CSS of div classes
How can I change the CSS of all div classes (i.e. <div class="boxBottom">) and the background of the gallery pages from grey #333333? to #000000 with a simple emboss effect, to eliminate the grey of the entire site?
__________________
Last edited by IYW; Jun-15-2012 at 04:17 PM. |
|
|
|
|
#2
|
|
|
Major grins
|
Add this to your CSS:
Code:
.boxTop,
.boxBottom,
#photos {
background: #000 !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 Denise. I would like to change the loading thumbnails and the pop-up contact form as well.
__________________
|
|
|
|
|
#4
|
||
|
Major grins
|
Quote:
I don't see the CSS I posted above on your page. Please add the CSS, then post back with a link to any pages that still need to be changed and an explanation of what you want to change. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#5
|
|
|
Big grins
|
Blank grey thumbnails until the images load:
http://imagine-your-world.smugmug.co...4917227_TzWwBq Contact form: http://imagine-your-world.smugmug.com/customcontact
__________________
Last edited by IYW; Jun-17-2012 at 07:54 AM. |
|
|
|
|
#6
|
|
|
Big grins
|
... And how can I add some padding to the top of the gallery box?
This didn't work: #galleriesBox {padding-top: 3px; } Galleries
__________________
|
|
|
|
|
#7
|
||
|
Major grins
|
Quote:
This will change the background of the contact panel to black: Code:
#contactUsPanelmyContactPanel0 { background: #000; }
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#8
|
|
|
Big grins
|
These are the placeholders until the photos are loaded.
__________________
|
|
|
|
| Tell The World! | |
| Tags | |
| classes , css , div | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| No way to target just category page with CSS | jfriend | Bug Reporting | 3 | Mar-18-2011 05:02 AM | |
| Smugmug has gallery CSS customization backwards | jfriend | SmugMug Customization | 24 | Jul-27-2010 02:27 PM | |
| CSS not being honored for headers and footers in galleries | hontzd | SmugMug Customization | 3 | Mar-13-2010 08:42 PM | |
| W3C CSS validator problem | micknewton | SmugMug Support | 7 | Sep-14-2008 10:37 AM | |
| Having problems changing color using CSS | cameraguy64 | SmugMug Customization | 2 | Feb-15-2008 05:01 PM | |
| Thread Tools | |
| Display Modes | |
|
|