Effervescence plus Simple Viewer background change

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!

Comments

  • 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 */

    }`
  • Thanks for your reply! That worked perfectly!
Sign In or Register to comment.