• I have previously changed the colour of my links to blue and that’s the colour that they are now.

    I would like to make all the links the dark green colour and I have changed the colours in elementor. I also have changed my theme settings so they do not override elementor but still the link colours are not updating.

    How can I change the link colours? I have also tried using CSS but its not working either

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @charlisklar
    Surely there should be an option in Elementor to set a color for the link.
    Therefore you can set a global color by writing CSS on all anchor tags like this:

    a {
      color: 'your_color_hex_code' !important;
    }
    Thread Starter Charli Sklar

    (@charlisklar)

    thank you

    I have tried that but it does not work

    Where did you paste that CSS?
    Do you have any caching by any plugins or hosting?

    Thread Starter Charli Sklar

    (@charlisklar)

    Hello

    I entered the CSS in appearance, customise, additional css.

    not sure about the caching, i have cleared in my browser cache and tried again but it still does not work

    Thread Starter Charli Sklar

    (@charlisklar)

    I have actually managed to work it out. It was the css but I had put ; in the wrong place

    the links are the correct colour now.

    They are a darker blue.

    I would like the links on my homepage to be a different colour to the links throughout the posts. Is there a way to do that?

    Yes you can do it. Your homepage body tag has a spacial class (you can find it by inspect element). Write your CSS for homepage by using that class.

    Thread Starter Charli Sklar

    (@charlisklar)

    I don’t understand….sorry I only know very basic CSS.

    I understand how to inspect…but im not sure what to do after that

    what was your Homepage url?

    .home a {
      color: 'your_color_hex_code' !important;
    }

    paste this css for your homepage link color

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can’t Change Colour of Links with Elementor’ is closed to new replies.