By Mel on Friday, 29 April 2022
Posted in General Issues
Replies 3
Likes 0
Views 456
Votes 0
Hi,

I am trying to change the body background colour and font size in Easydiscuss but my changes are not being applied. I tried originally doing this from my template's custom css which didn't work, then via the EasyDiscuss override css.

These are the css I have used so far:

#ed .o-body.is-editor-markup{ background-color: #ffffff; padding: 15px;}
.o-body.is-editor-markup{ background-color: #ffffff; padding: 15px;}
#ed .o-card__body{ background-color: #ffffff !important; padding: 15px;}
#ed.o-card__body.l-stack{ background-color: #ffffff !important; padding: 15px;}

Are you able to advice what the correct css is and where to put it?

Kind regards

Mel
Hi Mel,

May I know which site you are trying to apply the custom so I can take a look?

By the way, I don't see font size in your custom css. You can try the following for font size.

#ed .is-editor-markup {
font-size: 13px;
}
·
Friday, 29 April 2022 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

it is in my live site. That was it! Thankyou
Mel
·
Friday, 29 April 2022 21:11
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Mel.

Are the background colors working as well?
·
Thursday, 05 May 2022 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post