Can you override a skin's link color

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Can you override a skin's link color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22201

    Hi there.

    I have set the subhead menu color using the “Skin” option. Next to “skin” the text says that setting “skin” also changes some other elements to match. Cool…no problem, except that the color I set for the skin does not work as a link color. It’s too light and it’s very hard to see the link text.

    Is there a place in the CSS to override this?

    The CSS colors seem to be the default colors used by the Agile theme, so I can’t see where to change them (they appear to be overriden by the skin color, which is the only place I can find the hex code for that color).

    Basically, how can I have two colors–one for the subhead bar color and another for link color?

    Thanks!

    #22227
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    a, a:active, a:visited {
        color: #CE6F8D !important;
    }
    #title-area {
        background: #CE6F8D !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.