• Hi – I am having trouble getting all of the hyperlinks on my site to be the same colour. I have changed the CSS to accommodate new colours, but not all hyperlinks are the same. On my home page there are some orange and some black. I want the hyperlinks to be orange to look at and green when you hover and for visited hyperlinks to remain orange. The CSS I am currently using relating to hyperlinks is below:

    a {
    color: orange; font-weight:bold
    }
    a:visited {
    color: orange; font-weight: bold
    }
    a:hover {
    color: #7BB79C; font-weight: bold
    }

    Grateful for any assistance you can provide.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter elbyttp

    (@elbyttp)

    Hi – just putting it out there again to see if anyone can help with this issue.

    I am having trouble getting all of the hyperlinks on my site to be the same colour. I have changed the CSS to accommodate new colours, but not all hyperlinks are the same. On my home page and recipe index there are some orange and some black. I want the hyperlinks to be orange to look at and green when you hover and for visited hyperlinks to remain orange. The hyperlink CSS I am currently using is in the previous post.

Viewing 1 replies (of 1 total)
  • The topic ‘Kale Child Theme: different coloured hyperlinks’ is closed to new replies.