How to change font size

Hi,

I’ve dug through the forum and applied some css code on my site to change the font size on my website. Thanks! Now I am left with the “Related” font size and the “Sharing is caring!” font size to tackle on posts. How do I change them in CSS please?

Pick any post from my site, check the “Related” and “Sharing is caring!” fonts, they are too small compared to the other content on the site. For example:

Hi @annie,

I hope you are well today and thank you for your question.

You can increase the font size of those elements by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#jp-relatedposts h3.jp-relatedposts-headline em,
div.sharedaddy h3.sd-title {
    font-size: 16px;
}

Best Regards,
Movin

Thanks @Movin!

That worked!

Much appreciated as usual.
–Annie

You are most welcome here :slight_smile: