ZenphotoCMS Forum
Effervescence plus Simple Viewer background change - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Effervescence plus Simple Viewer background change (/thread-2565.html)



Effervescence plus Simple Viewer background change - jessnoonyes - 2008-03-29

Hi all! I'm adapting the effervescence theme for my website and I want to change the background color that surrounds the Simple Viewer gallery option. All I want is for it to be black, but I haven't been able to find where in the CSS I can change it. Any ideas?

Thanks!




Effervescence plus Simple Viewer background change - sbillard - 2008-03-29

Look at the front of the css file around line 7 where it says:
`#simpleviewer { / the background color for simpleviewer. Leave this line near the front for performance reasons /

background: #7C9480; /* Normally the same as main2 */

}`




Effervescence plus Simple Viewer background change - jessnoonyes - 2008-03-30

Thanks for your reply! That worked perfectly!