Hi, please give me the CSS so I can change font-family of h1 in spacific page.
I want to have same font-familly like this website ( screen of their CSS > https://imgur.com/a/wf2gVyE )
There is screen of my page > https://imgur.com/a/yKdUCCA
My page id is: 5998
Hey buciks1,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-5998 h1 {
font-family:arial !important;
}
Best regards,
Rikard
Doesn’t work :/
Like you said “in Quick CSS under Enfold->General Styling:”
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Nope, I add it on the bottom of quick css. It is bad?
Hi,
Try adding to the top so it runs first. This will determine if something below it is malformed.
Best regards,
Jordan Shannon