By Branko Pilic on Thursday, 20 October 2016
Posted in General
Replies 1
Likes 0
Views 151
Votes 0
How to add background color on blog? Which class to use and to which file?

Here is an link of blog: http://test1.innovationmindcenter.com/blog

I need to create white background, this black color comes from the template and I need to be able to add white color in order for this blog to looks nice.

I also went over following link: https://stackideas.com/docs/easyblog/administrators/customizations/template-overriding
but that did not help.

Added FTP info and for admin of the website.

Please help.

Thank you
Hi Branko,

Regarding your inquiry it is actually fall under customization. As stated in our support policy outline in http://stackideas.com/support we do not support any customization. However, can you add the css code below:

.com_easyblog div#fd.eb .eb-post {
background-color: white !important;
}

And see how it goes?
·
Thursday, 20 October 2016 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post