Hello!
I would like to change the font size in one of our Titles. We are using the Baseline theme.
I tried doing the coding myself but I am afraid I make a mess, I am unfortunately not a developer..
Is there anyone who can guide me a little bit?
Many thanks!
@Laurenverw11 Can you please send me tore url?
Hi @Laurenverw11 ,
Do you want to change the installed font for the theme, or the new font?
And send me the section name you want to change the font, I will check it for you.
HI @LitExtension ,
Thanks for your reply.
I would like to change the size of the font. So the Font is ok it is just too big right now.
Hi @Laurenverw11 ,
You want to change the font size here?
Go to Assets > tss.css and paste this at the bottom of the file:
@media (min-width: 1024px) {
.section-title h2 {
font-size: 35px;
}
}
.section-title h2 {
font-size: 18px;
}
Hope it helps!