Hello I have tried using Easy Google Fonts to change the fonts on my page, but the title on the Jumbotron remains unchanged, and the same goes for descriptions as well. Is there anything I can do to change the font? Thank you
Hey there,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS
/*change jumbotron font and description*/
#header .bottom-header h1 {
font-family: Open Sans;
}
#header .bottom-header .section-description {
font-family: Open Sans;
}
Best regards,
Support.
Is it possible to get the codes for changing the colors of the first letters of the title? My title only has two words; also it is possible to make those starting letters a bit bigger than the rest? Thank you
Hello there,
It is not possible to change the letters like that because they are implemented as the entire word and not individual letters.
Best Regards,
Support
No still no colors on the skills…
Hello @greenandi
Could you please provide url of your website? let me take a look why its not working for you