Content box color

Hello, please help, use dark integrity with child theme as I can change the color of the contents box of the pages that appear in black to use background color (leave it transparent)

Hello @Barozzi,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.entry-wrap {
    background-color: transparent !important;
    box-shadow: none;
}

Thanks.

Perfect, thank you very much :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.