Title size and font

Hello,

If someone could please help me figure out how to change the title font and size? Nothing seems to change it. I’d also like to change the size and font of the tagline.

Thanks,

Gina

I tried all the CSS codes that have been suggested to other users and its not working.
Hoping to get a response. Thanks.

Hi Gina,

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

You can try changing site tagline font and size by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


div.tagline {
    font-family: arial;
    font-size: 15px;
}

Best Regards,
Movin