Hi,
I am trying to change the font of the heading on the image with text section on the password page without changing the font of all the other headings in the website. See the screenshot below.
Thankyou in advance!
Hi @DD2024 ,
h2.image-with-text__heading.inline-richtext.h2 {
font-family: cursive !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Hi,
Here are the steps to follow
h2.image-with-text__heading.inline-richtext.h1 {
font-family: emoji !important;
}
Thankyou very much!