By Raphael Seliger on Friday, 03 November 2017
Posted in Technical Issues
Likes 0
Views 789
Votes 0
Hello,
I try to change the background color of every easyblog post on the site. But just the background color of the post, not of the modules or the start page/category page of the blog, just the one where the single article is displayed (otherwise I could choose in css #eb). Off course I could create a site for every article and change the css for that specific pages, but that would be a lot of work... The reason for this question is that I have a grey site and that's why a white background for the post would look nice.

Is there a css class for that? I can't find someone...
Regards,
Raphael
Hi Raphael,

Can you provide me access to your blog so I can take a look? The access provided does not work currently.
·
Friday, 03 November 2017 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Now it should work...
·
Friday, 03 November 2017 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Raphael,
a white background for the post would look nice.
Is there a css class for that?
I took a look at some of your blog posts and it looks like the background is already white(http://take.ms/vCmc7).

Also, as you can see from the screenshot, depending on the theme, EasyBlog's posts already have white backgrounds by default.
·
Friday, 03 November 2017 20:18
·
0 Likes
·
0 Votes
·
0 Comments
·
The Problem is that currently I changed the #eb with Background White, but also the category Pages Like in the Magazine the Blog Look White... No in my Version ist ist transparent
·
Friday, 03 November 2017 20:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Raphael,

If you want to apply the white background on all page's content, you can try applying the rule on the following class(http://take.ms/dHA0y).
·
Friday, 03 November 2017 20:59
·
0 Likes
·
0 Votes
·
0 Comments
·
No I just want to apply it on the single article layout page... but I think there is not a css class for that
·
Saturday, 04 November 2017 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Raphael,

I am really sorry for the delay of this reply as it is a weekend for us here. If you only want to style the entry page, you could use the following css codes:

[gist]
body #eb .eb-entry {
background: #fff;
}
[/gist]
·
Saturday, 04 November 2017 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes that is what I searched for thank you!
·
Saturday, 04 November 2017 19:57
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Saturday, 04 November 2017 20:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post