Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    If you are talking about the widget area at the bottom of Dyad, the following would allow you to add a background image.

    #colophon {
      background: url("URL_OF_IMAGE") no-repeat scroll center top / cover;
    }

    I’m not see grid or container as CSS classes in Dyad. CSS is theme specific, so if that was from a different theme, it would not work with Dyad.

Viewing 1 replies (of 1 total)

The topic ‘Widgets area background’ is closed to new replies.