Archived topic
How to style the blog content?
3 replies · Started by Johan on May 20, 2022
Hi and thanks for a great theme and for all the excellent support I have been given.
Now I have a new problem. I would like to style the blog content area. Is there any way to do this?
I have built my client site with containers and a grey background. I would like to have the same on the blog posts and not have to design these manually each time.
Is there a way? Links in the private info.
The best,
-J
Hi there,
try adding this CSS:
.single-post .entry-content,
.single-post .entry-meta,
.single-post .comments-area {
padding: 40px;
background-color: #fff;
border-radius: 15px;
}
David! Youre the king. Thanks a bunch.
-J
Glad to be of help!