Hi there,
I want to specify a link color for a custom icon box, which I have named tnp-brown-box. Here’s the code I’m using, with no luck so far.
.tnp-brown-box .iconbox_content a:link {
color: #A6B393 !important;
}
Can you point me in the right direction? I only want to change the link color on this specific box, not any of the others.
Thank you!
Hey 1lizcollins!
Thank you for using Enfold.
Try to use this on Quick CSS or custom.css:
.main_color .tnp-brown-box a {
color: red;
}
Regards,
Ismael
Thanks Ismael, that worked perfectly. You can mark this as solved.
Thank you! That’s perfect. You can mark this as solved.