• Resolved meadwench

    (@meadwench)


    The Client From Hell ™ is now asking can we remove the outlines around the various content and widget areas (why this didn’t come up when we started, I’ll never know). I thought I had found the right CSS for this, but my changes didn’t work. Could you give me a heads up on how to do this?

    ::sigh:: This project can’t end fast enough.

    Thanks Ronangelo!

    Vicky

Viewing 1 replies (of 1 total)
  • Theme Author ronangelo

    (@ronangelo)

    remove the outlines around the various content and widget areas

    Which ones? The code below should remove both shadows and borders on all widgets.

    .widget {
        border: none;
        box-shadow: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Shadows around content and widgets’ is closed to new replies.