Remove grey background

Hi,

I’m trying to remove the grey background and padding on the recent post (under Current Shows) on this page: http://mark-hanson.co.uk/ but none of the snippets I’ve found here are working for me and I can’t work out how to reference the grey area.

I’ll put the login in the below.
Thanks for your help.
Cheers!
Matthew

Hello @TheoryUnit,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to remove grey backgroud:

.home .x-code {
    background-color: transparent;
    border: 0;
}

.home .x-recent-posts a {
    border: 0;
}

Thanks.

Perfect! Thank you Prasant.
Cheers!
Matthew

You are most welcome!

cheer!

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