Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #381841

    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!

    #382282

    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

    #382701

    Thanks Ismael, that worked perfectly. You can mark this as solved.

    #382860

    Thank you! That’s perfect. You can mark this as solved.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Link color for icon box’ is closed to new replies.