• Resolved Anne-Marie

    (@caramellamorbide)


    It’s been mind puzzeling…I’ve placed an image with a hyperlink to a gallery, what I don’t like is the hyperlink color purple. I like to change it to gray, but I just can’t seem to figure out where to change this.

    WP.2.0 version and WP-Andreas09 theme.

    Please lead me in to the right direction.

    Here you can see what I mean.
    https://www.seacloudies.com/?page_id=7

Viewing 8 replies - 1 through 8 (of 8 total)
  • From your blog interface go to “Presentation” and then “Theme Editor.” It should open up to the stylesheet for your theme. You’re looking for an a img { command. Then just change the border-color attribute to whatever you want it to be.

    You’ll need to make sure your theme files are writable from the interface for this to work.

    Thread Starter Anne-Marie

    (@caramellamorbide)

    Thank you for the quick reply Sonria,

    I’ve tried searching for the img command, no result. I’ve tried looking for border colors, no result, I’ve looked in the theme style sheet, spitted my way through WP sheets (thought it could be there) copied and pasted every color code I came across but nothing I found even resembles a bit purplish.

    So what’s next, more ideas out there to help get rid of this purple color?

    Much obliged

    Thread Starter Anne-Marie

    (@caramellamorbide)

    Forgot to mention the purple only appears in IE.

    Putting this at the bottom of your stylesheet:

    a:hover img{
    border:2px solid #ff00ff;
    }

    makes things bright.

    Change the colour as needed ?

    Thread Starter Anne-Marie

    (@caramellamorbide)

    Podz…it almost worked, if I hover over it the purple turns gray but still there is a purple lining surrounding the image.

    https://www.seacloudies.com/?page_id=7

    If you put this

    a img {
    border: 2px solid #c0c0c0;
    }

    just above the last bit of css, then there is no change when the image is hovered. That what you are after ?

    Thread Starter Anne-Marie

    (@caramellamorbide)

    That’s what I was after Podz…thank you very much!

    Big kiss on your forehead!

    Excellent! Glad it all worked ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to change hyperlink color?’ is closed to new replies.