By David Judah on Wednesday, 06 September 2017
Posted in General Issues
Replies 4
Likes 0
Views 753
Votes 0
Hi there,

I am trying to change the font size via CSS and I don't seem to be able to. I am far from an expert by I am able to change things on ES but for some reason not on ED.
Hi there,

You can apply css codes below on your customs.css files and see how it goes
[gist type="css"]
#ed {
font-family: Comic sans ms, Arial, sans-serif !important;
font-size: 15px !important;
}

[/gist]
·
Wednesday, 06 September 2017 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
I think David Judah ask about the font size, not the font type. How can we set it via CSS?
Can it be like this?

#ed {
font-size: 14px !important;
}
·
Tuesday, 19 December 2017 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Yes it is. It should works based on your customs codes above.
·
Tuesday, 19 December 2017 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post