Chanche link Color

Hi there,

how can i chanche the color from the links on this page: https://www.wudo.org/de/

this solution: https://theme.co/apex/forum/t/links-color-and-hover-color/49395 dont work.

Best regards Blume

Hi Blume,

Please find this custom CSS under Theme Options > CSS:

body .entry-content a {
     text-decoration: underline !important;
     color: black!important;
}

And change to this:

body .entry-content a {
     text-decoration: underline !important;
     color: blue !important;
}

Hope it helps :slight_smile:

Thanks it works great

best regards Blume

You’re welcome.

a other question:
can i olso chanche the color from the underline in the links?

Best regards Blume

Hello Blume,

Thanks for updating the thread. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

body .entry-content a font {
    text-decoration-color: #151313;
}

Feel free to change #151313 to whatever color code you like.

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.