Tagged: ,

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

    Hello,

    This may have already been answered elsewhere, but I’m not finding it. I’m having difficulty modifying the state colors for an individual link in my page using Enfold. I know the universal normal, over, and selected states can all be set in the theme’s control panel, and I have these set to something that works in most cases, but I have been trying to override these settings for an individual instances only.
    I may be way off, but is this something that must be overridden with page-ids or some kind of tag in the quick css?

    I was trying this type of thing with no luck:

    <body link=”#C0C0C0″ vlink=”#808080″ alink=”#FF0000″> </body>

    Thanks for your help!

    Omar

    #357506
    This reply has been marked as private.
    #357532

    Hey!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #portfolio span a {
    color: white!important;
    }

    2- Please add your link as following

    <a class="noLightbox" href="linkgoeshere" target="_blank">here</a>

    Regards,
    Yigit

    #358184

    Thanks, that did the trick!
    – Omar

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify link state colors on individual basis’ is closed to new replies.