1
0
-1

The layout we are using does not have an option to change the dark gray background. How do I change this?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can change the background color by going to Website > Custom CSS and add the following:

      .yui-skin-sam {
        background-color: #FAFAFA;
      }
        CommentAdd your comment...