Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1006838

    Hi!

    When I use the H3 heading, it turns the text black. That’s great! However, I want to link part of the text, and for the link to show up a separate color. My links are normally a blue color, but when they’re in the H3 heading, they show up as black.

    Can you help?

    Thanks,
    Amanda

    #1006915

    Hey algkent,

    Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #1007141

    Sure! Here you go (the H3 header is: Piggy Bank #1: National Geographic’s Glow in the dark moon bank ($14.95), and the “National Geographic’s Glow in the Dark Moon Bank” is a hyperlink to a product).

    #1007263

    Hi,

    Add this to quick css:

    h3 a{
    color:blue!important;
    }

    Best regards,
    Jordan Shannon

    #1007325

    That worked – thank you! However…it’s not the same color as my other links. How do I make it a custom color?

    #1007344

    Hi,
    You can replace the word “blue” with your custom color, like this:

    h3 a{
    color: #59c3c5 !important;
    }

    Best regards,
    Mike

    #1007438

    Hi Mike,

    Thanks. For some reason, after doing that, it goes back to black.

    #1007440

    Never mind — I dropped a bracket by accident. It’s working! thanks for the help.

    #1007442

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘H3 heading that has a link in it is completely black’ is closed to new replies.