Forums

[resolved] @alchymyth: please help with previous & next-page link (3 posts)

  1. Sieger1959
    Member
    Posted 2 years ago #

    Hi alchymyth, hope you read this post, since you helped me with some hands on and 'simple' solutions (from your previous posts).

    I managed to change almost all the colors of links, metadata etc on my blog. There a 3 things left that have a blue color. Could you help me to find the way to change these to?

    The link to the "previous and next page" in the post page at the top ( http://tight-loops.nl/?p=67 ) and the color of the Tags at the bottom from the post (http://tight-loops.nl/?p=52) are blue and I'd like to change this...

    Hope you can help again... :-)

    Thanks,

    Sieger

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    add a line to style.css where your other link styles are:
    the first line is new, the other two lines are already in your style.css.

    #content a {color:#5F5A59;}
    #content a:hover {color:#817339;}
    #content a:visited {color:#C9C299;}

    http://www.w3schools.com/CSS/css_link.asp

    (you might want to swap the last two lines, so that the line with ':visited' is before the line with ':hover')

  3. Sieger1959
    Member
    Posted 2 years ago #

    Thanks Alchymyth it works!. You're great!!!

Topic Closed

This topic has been closed to new replies.

About this Topic