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
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
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).
Hi,
Add this to quick css:
h3 a{
color:blue!important;
}
Best regards,
Jordan Shannon
That worked – thank you! However…it’s not the same color as my other links. How do I make it a custom color?
Hi,
You can replace the word “blue” with your custom color, like this:
h3 a{
color: #59c3c5 !important;
}
Best regards,
Mike
Hi Mike,
Thanks. For some reason, after doing that, it goes back to black.
Never mind — I dropped a bracket by accident. It’s working! thanks for the help.
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