Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1219653

    Hi
    How can we make the Sub Title text in the Special Heading Not Faded like the Title text?

    Thanks
    Dave

    #1219994

    Hey Dave,

    You can set the colour of the text in the Styling tab, select Custom Color and it will let you pick your custom colour.

    Best regards,
    Rikard

    #1220019

    Hey Rikard
    Yes, I understand that, thanks.
    However, we can only pick Title Colour NOT the subtitle colour. The Sub Title is always washed out… faded…
    So I can add code to every Special Heading sub Title.
    What can we do in one place… Like add code in CSS so the Sub Title colour is the same as the Title colour. That is also at FULL strength, NOT washed out or the Faded colour.

    Hope that’s clearer
    Cheers Dave

    #1220143

    Hi Dave,

    Please try this in Quick CSS to control the subheading only:

    .av-subheading p {
      color: #000 !important;
    }

    If that doesn’t work then please post a link to where we can see the actual element.

    Best regards,
    Rikard

    #1220149

    Fantastic you are AWESOME :)
    Thanks Heap Mate

    #1220356

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1247876

    This is still a bug in Enfold. Please consider fixing this.

    #1248042

    Hi caweint,

    It’s a styling feature, if you don’t want that feature then you can override it using the CSS above.

    Best regards,
    Rikard

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