A CSS line in the theme is causing an issue when creating single post template

Posted in: Newspaper
Post count: 78

A CSS line in the theme is causing an issue when creating a single post template with Elementor.

When I create the single post template the area is wide full width background. According to inspection it’s because on line 4195 in the NP style css there is a code called;

.post {
background-color: #fff;
}

Is this standard?

I added;
.post {
background-color: transparent;
}

Which fixed the issue and doesn’t effect any other post backgrounds but I just find it curious.

https://ibb.co/yPZMrf1
https://ibb.co/wrsyXqx

Post count: 21065

Hello!

It seems to be something by default.
I’m glad you have managed to solve the issue.
We will test it too and we will take in consideration your query.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.