Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #841616

    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

    #841619

    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

    #841680

    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

    #841830

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #home {
      border-top:5px solid red;
      border-bottom:5px solid red;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.