How to add a color-background frame on the main-content posts?

Hello there!

I’m using Sparkling Theme and i got almost everything setup, except for one thing. Is it possible to achieve the results in the image below?

I want to “add” a color background on the main-content section that will stay fixed like a backgroung for posts.

Thanks in advance!

Hi @chenoso,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.main-content-inner {
    background: #092226;
}

Best Regards,
Movin

Hey @Movin!

Thanks for the reply! It actually worked pretty well!
Just what i asked for, thanks again!

Cheers!

You are most welcome here :slight_smile: