Forums

[resolved] Need help Changing Link Color to Blue (5 posts)

  1. Christina098red
    Member
    Posted 6 months ago #

    Hi,

    Thank you so much in advance for any help! It is much appreciated!

    I am brand new to this whole wordpress/blogging thing, so please be patient with my infant-talk. :)

    I am using the NatureFox theme. When I insert a link anywhere within my site (post/page, etc), it is the same color as the rest of the text. I would like for my links to show up blue (standard link color), to stand out from the other text.

    I have tried a couple different things to change it, but none seem to help. I did modify the style-sheet, but it made no difference. I checked to make sure it was none of my plugins by switching themes, in other themes the link shows perfectly. The links ARE working, but there is no colors (hover, visited) to differentiate them.

    Any thoughts?

    Here is my site: http://www.theoutdoorchild.com

  2. vtxyzzy
    Member
    Posted 6 months ago #

    Try adding this to the end of style.css:

    a { color: blue; }

  3. Christina098red
    Member
    Posted 6 months ago #

    vtxyzzy: It worked! You are Awesome!! Thank you!

    Another question for you---if you have a minute... How do I change the hover or visited colors?

    :)
    Christina

  4. vtxyzzy
    Member
    Posted 6 months ago #

    Add a line like this:

    a:hover { color: green; }

    or this:

    a:visited { color: pink; }

    Here is a link to all the color names you can use:

    http://www.w3schools.com/cssref/css_colornames.asp

    Of course, you can also use hexidecimal values.

  5. Christina098red
    Member
    Posted 6 months ago #

    So cool! THank you! That fixed it all!

    Christina

Reply

You must log in to post.

About this Topic