Not Solved [How To?] How can I change post background color?
#1
Not Solved
I'm looking to see how I can change the background of posts.
Reply
#2
Not Solved
Hi,

in the global.css of your theme, add in .post_body the background color or image you want.
Reply
#3
Not Solved
(2019-03-04, 10:05 AM)NoRules Wrote: Hi,

in the global.css of your theme, add in .post_body the background color or image you want.

Do I just put color: #1F0CD2; or? I put that and it did not work.
Reply
#4
Not Solved
Hi,

you have to add:
background-color: #1F0CD2;

And .post_body should be something like this:

.post_body {
    font-size: 14px;
    padding: 12px 0;
    background-color: #1F0CD2;
}
BTW, remeber to make a hard refresh of your browser to see changes (CTRL + F5)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)