Trying to change Wordpress theme, but changes to CSS do nothing

Discussion in 'WordPress' started by SEO4hire, Sep 4, 2009.

  1. #1
    I am in no way an expert, but in the past, I have changed the CSS in the editor, and been able to modify the text, link color, etc. I tried to do the same with one of my sites, but after I change the CSS and look at the site, nothing happens. I wanted to change the link color, so I changed this:

    a {
    text-decoration:none;
    color:#0000ff;
    }

    a:hover { color:#0000ff; }

    Any suggestions? If it helps, you can view my website here to check out the source code. Your help is greatly appreciated... :)
     
    SEO4hire, Sep 4, 2009 IP
  2. ads2help

    ads2help Peon

    Messages:
    2,142
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    0
    #2
    By changing that you are changing general text link's colour. But in case the you want to change the colours of text links inside a div called "ads", you have to check the CSS for things similar to this because it can override above:

    .ads a {
    
    }
    
    Code (markup):
     
    ads2help, Sep 4, 2009 IP
  3. SEO4hire

    SEO4hire Active Member

    Messages:
    976
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Thank you for the suggestion. It looks like what I changed before worked, so I guess I should have closed my browser or something for the changes to take effect. Now my only problem is the right side navigation - anyone see what I need to change so the links will turn blue?
     
    SEO4hire, Sep 4, 2009 IP
  4. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Where ? We have no idea what site you are talking about.
     
    hmansfield, Sep 4, 2009 IP
  5. SEO4hire

    SEO4hire Active Member

    Messages:
    976
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #5
    Sorry - I put a link to it in the original post. You can view it HERE. I want the "Recent Entries" links to be blue as well.
     
    SEO4hire, Sep 4, 2009 IP