• Resolved ntstodda

    (@ntstodda)


    I am using the boxed layout and would like to remove the drop shadow surrounding the content, so the background color looks continuous behind the content. Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .boxed #wrapper.container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    Hope that helps!

    Hannah

    Thread Starter ntstodda

    (@ntstodda)

    Thanks! Unfortunately this didn’t work, but I have decided not to use the boxed layout.

    hannah

    (@hannahritner)

    If you change your mind in the future just post a link and I can help.

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Boxed Layout Drop Shadow Removal’ is closed to new replies.