• Hi – I have a hyperlink overtop of an image. However, you can’t see the hyperlink because the default text is black. I need to change the colour of the hyperlink (and the hover colour) to white so that it shows up. I only want to do this for this specific link (not my whole website). It won’t let me change it by just going to the block / colours – as its a hyperlink (not regular block text). How do I change this?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    You could try something like this:

    a.black-color {
     color: #000 !important;
    }
    
    a.white-color {
     color: #fff !important;
    }
    
    a.red-color {
     color: red !important;
    }

    Add this code on your child theme’s style.css file or Appearances > Customize > Additional CSS.

    I can’t see the problem on your end. Where exactly can you see it? What text is there exactly?

    But the header has a white background. Maybe you are testing something?

    Thread Starter erh94

    (@erh94)

    @threadi it’s the text says “Peru” and “Ecuador”. Two links overtop of the images.

    I can see that. They are almost white (#cccccc).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change link colour on specific page’ is closed to new replies.