Okay
  Public Ticket #2579736
Change link color without affecting buttons
Closed

Comments

  •  2
    Kecco started the conversation

    Hi, throughout my website, my links are blue. Now, in a section with dark background and white text, also the links are white (not blue anymore?).

    If I use the following code, even the text of the button change to blue, which I don't want to happen.

    body a {
        color: #70d1bb !important;
    }

    What is the best way to make sure my links are blue (orange on hover) even in dark sections / white text of my website, without affecting buttons?

    Thanks 

  •  2
    Kecco replied

    I tried on a different page and put a white background with black text and the link stays black, only changes orange on hover. This is the page https://essentialpower.cl/kits-de-inscripc…terra-chile-2020/.

    No custom CSS on this page.

    Everywhere else on the website links are blue. You can see it here: www.essentialpower.cl/eventos 

    THanks

  •  2
    Kecco replied

    Nevermind. I think changing the color after the link was in place created the issue.

    I retyped everything and it now works. Weird anyway but I solved.

    Cheers