Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #815222

    Hi
    I want to make the Sub Heading in a Special Heading the same colour, and not a faded version of the colour.

    Also how do you change the color of a Special Heading or Sub Heading?

    Hope you can help

    Cheers Dave

    #815434

    Hey Dave,
    One way to change colors is to go to Enfold Theme Options > Advanced Styling > and choose from the drop down.
    Another way is to use this code in the General Styling > Quick CSS field:

    h1.av-special-heading-tag {color:#000 !important; }
    .av-subheading.av-subheading_above {color: #000 !important; opacity: 1 !important;  }
    h2.av-special-heading-tag {color:#000 !important; }

    These are in the order of your headings for your url

    Best regards,
    Mike

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