I need to change the font of ONLY the h1 tag on my homepage.>>> “WELCOME TO ICAN DIGITAL”
What is the element name to target ( I tried highlighting and inspecting but the element controls ALL h1 tags).
Please help
Hi!
I see you’ve added an ID to the Color Section. You can use that ID to target your h1 specifically.
#home.avia-section h1 {font-size:55px!important;}
Please adjust the font-size according to your preference.
Best regards,
Sarah
Thank you.
I have a background image as my header. I am trying to increase the border top & bottom. Can you show me this element also?
Thanks again