Default page template

Posted in: Newspaper
Post count: 15

Is there a way to customize the default page template that I am missing? E.g. I have a background image set in the Theme Panel. But that makes the page content unreadable. It’s easy enough to customize post templates so that the post content is on a white background but there doesn’t appear to be to customize the default page template. Am I wrong? I know you can customize each page, but that doesn’t work for plugins that automatically create pages for user-submitted content. I want to keep my site-wide background image but have page content sit on a white background, if that makes sense.

Post count: 27744

Hello,

I think the solution can be a custom code CSS, for this please send the link to your website to be able to help you.
Also, you can try this custom code CSS
.page .td-container-wrap {
background: #FFFFFF;
}

Set the code in Theme Panel -> Custom Code -> Custom CSS.

Let me know about your results,

Thank you!

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