Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 2 posts - 1 through 2 (of 2 total)

Change color of page hyperlinks with CSS

Home Forums Free Theme Support Triton Lite Change color of page hyperlinks with CSS

  • #391220

    Raquel

    Hello,

    I would like to change the color of hyperlinks on posts using CSS.

    I’ve tried this unsuccessfully:
    .post-wrap a {
    color: #FF00FF;
    }

    My blog is spanskultur.com

    I’m fairly new to css, so sorry if I’m asking a really basic question.

    Thanks in advance!

    #393457

    Towfiq I.

    administrator

    try this:

    .post-wrap a {
    color: #FF00FF!important;
    }