We are running the Dawn paid theme and are looking to change the title font family for every section of the homepage. Can this be done easily without risking the rest of the site. What would be the code for this and where to add the codes. I am a non-technical person.
1 Like
Yes, it’s possible. Typically, we restrict this by creating an HTML blog only on the homepage. Otherwise, any CSS code changes will affect the entire site.
can u send the website link?
Terence Keane
Best Regards,
Thanks to those of you who responded here and through DM. I added custom CSS code for h2, specifying the new font-family, for each section. I added the following CSS custom code to each section, one by one, and it worked!
h2 {
font-family: Lora;
}
Let’s hope there are no further issues as a result of this code.