Hi,
I need the title size on my blog http://xandrianoir.com/blog-and-reviews/ bold and large so I changed the H3 size in Enfold->Advance Settings->H3 but it (of course) increased the size of all H3 on the size.
How can I only increase the post title size and make it bold on blog page?
can you please help?
Regards,
XN
Hey xa1970,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h3.slide-entry-title.entry-title {
font-size: 20px;
font-weight: bold !important;
}
Best regards,
Jordan
Thank you Jorden, it works.
What if I need to make the posts titles bold as well?
Hi!
Here it is
.entry-content-wrapper .post-title {
font-weight: bold;
}
let us know if you need anything else from us.
Cheers!
Basilis
Hi,
I don’t see it bold. Which Heading is it? And can you also please tell me which Heading is used for the body text? may be I can try changing from theme options.
Thanks
XANDRIA
Hi,
try to add an !important this the previous code:
.entry-content-wrapper .post-title {
font-weight: bold !important;
}
Clear browser cache and hard refresh a few times.
Yes you can change body font in theme options.
Best regards,
Andy
Thanks.
Actually, when I open a post, it is not bold. Then I clear cache and refresh, it shows bold and then go back to the un-bold font.
Perhaps, you may check here http://xandrianoir.com/blog-and-reviews/
Regards,
XN
Hi,
all titles are bold for me:
Could you fix it already?
Please check on another computer as well.
Best regards,
Andy
HI,
On blog main page, they show bold and are fine.
But on posts they are not bold.
Regards,
XN