By Steve Ramsey on Wednesday, 28 February 2018
Posted in General
Likes 0
Views 707
Votes 0
Arlex fixed the H1 heading, which was way too big. Now the H2 and H3 heading need to be proportionate.
I don't know how to do custom css to fix this. I think the H3 is ok
This is how the feed looks like now, the title is good, but the H2 is way too big, looks weird.
example below;

https://medicalcannabis.com.au/medical-cannabis-feed-blog/airport-sets-up-amnesty-boxes-for-flyers-to-dispose-their-weed
Perhaps you can try apply this following CSS from backend > Easyblog > theme > custom css and see how it goes.


body #eb.eb-view-entry .eb-entry-body h2 {
font-size: 18px;
}
·
Wednesday, 28 February 2018 18:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex,
I entered as follows is that correct to leave a space? it worked.

/* adjust the blog title font size in blog listing page */
body #eb .eb-post-title.reset-heading a {
font-size: 25px;
}

body #eb.eb-view-entry .eb-entry-body h2 {
font-size: 18px;
}
·
Thursday, 01 March 2018 08:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that is correct.
·
Thursday, 01 March 2018 10:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex, it looks good I think we can close this now.
·
Thursday, 01 March 2018 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 01 March 2018 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post