• c0y0te

    (@c0y0te)


    Hi there,

    I’ve just installed WP1.5 and I’m totally blown away with how easy it was, and how much functionality you get. Kudos to the developers for this – really is a great piece of code.

    The question I have is really silly, but here goes. I’ve download the ‘headspace’ theme and I’m customising it as I go. Right now I’ve noticed that the link colour is terrible and hard to make out (e.g. using calendar or Href links doesn’t show up very well. What I’d like to do is change the colour of the links, but given how structured the php code is, I’m not really sure where to do his.

    Can someone please point me to the right file or script that I need to modify to enable a different link colour for text in posts or in the sidebar? Thanks in advance.

    c0y0te

Viewing 4 replies - 1 through 4 (of 4 total)
  • Root

    (@root)

    That would be style.css in the theme folder. Welcome to WP.

    Thread Starter c0y0te

    (@c0y0te)

    Thanks for the pointer to the right file…. any chance you could tell me what code I need to change as well? I know it’s cheeky to ask, but I’m new to all this and still struggle with HTML at times, let alone PHP. Thanks in advance.

    c0y0te

    If it’s the place named after an Ozzy track, look for this in the css

    .entry p a {}

    Odd css.

    a, h2 a:hover, h3 a:hover {
    color: #ff0000;
    text-decoration: none;
    }

    The above will alter every link colour

    .entry p a {
    #ffff00;
    }
    that will only alter links in your posts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links within theme/template’ is closed to new replies.