Site logo

Archived topic

Link colors

3 replies · Started by Ebrahim on March 15, 2022

Viewing posts 1–4 of 4

Hello

I must be doing something so silly. I cannot find settings for links in the customiser.

I can add a link color and visited link.

However, I am not able via the customiser to set the mouse over link and the selected link

Do I still need to do this via CSS?

Hi there,

there are link text and link hover colors in the Customizer - see here:

https://www.screencast.com/t/rKalfl4EHWRu

The Hover color also gets applied to :active and :focus.

For :visited you would need to add CSS

e.g visited style for all text links in the content:

.entry-content p a:visited {
    /* your visited styles here */
}

Thanks.

Please consider adding the visited link style to the customiser.

You're welcome.

I will make a note of that request.

This archived topic is closed to new replies.