By Madhusudhan krishnan on Wednesday, 03 July 2019
Posted in General Issues
Likes 0
Views 478
Votes 0
Dear sir,
How to change the size of the Headings of h1 and h2 and so on,
because the size of the Headings is very big,
Thanking you
Hey there,

It is a correct and default behavior for it.

Because different heading already have different size and it is impossible to set the font size of the heading.

But you can add the following Custom CSS code into Backend > EasyBlog > Themes > Custom CSS so that you can adjust the font size of the h1 and h2 for the blog entry:

body #eb .eb-entry-head h1{
font-size:100px;
}

body #eb .eb-entry-body h2{
font-size:100px;
}


You need to change to the value that you want.

You need to clear all of your caches before you see the changes.
·
Friday, 05 July 2019 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

May I know which page did you want to change the size of the Headings of h1 and h2 and so on?
·
Wednesday, 03 July 2019 12:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear sir,
I want to change the headings size for the whole website.
·
Wednesday, 03 July 2019 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I suspect your current template override your EasyBlog default heading styling's font-size. https://take.ms/q3RC8

Can you include your site's access and FTP's access once at http://stackideas.com/dashboard/site so that we can have a better check of it?
·
Wednesday, 03 July 2019 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear sir,
Thank you very much for your reply,
but sir, when i create the heading h1 in the easyblog in the admin panel, there also it is showing the big fonts,
please see the attached image
·
Friday, 05 July 2019 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear sir,
Thank you very much it worked fine,
·
Saturday, 06 July 2019 13:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome and I am glad that your issue is resolved now
·
Saturday, 06 July 2019 13:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post