By Chee Siong Yap on Saturday, 27 April 2019
Posted in General Issues
Replies 2
Likes 0
Views 520
Votes 0
Hi,

I couldn't seem to change font size and colour in normal post and neither do custom.css seem to work either. Is there something wrong with my configuration? or any settings that are blocking the change?

My blog title font size is also too big and i wish to change it but custom.css doesn't seem to work.

Please help.

Thank you.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like somewhere on your site already make those h1,h2,h3 font-size to be bigger, you can check my attached screenshot below.

I did applied this following custom css from your current template custom css section, it should show smaller size now.


body #eb.eb-view-entry .eb-entry-head .eb-entry-title {
font-size: 25px;
}


Do take note, since you have using JCH optimise plugin, you have to disable this plugin first then only test modify the custom css, because this JCH optimise plugin will compressed your site CSS mean whatever you add the custom css code on your site, it will not get effected because your newest custom css haven't compress into this JCH optmise cache css file yet.
·
Sunday, 28 April 2019 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post