Site logo

[Resolved] Link colors

Home Forums Support [Resolved] Link colors

Home Forums Support Link colors

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2155098
    Ebrahim

    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?

    #2155141
    David
    Staff
    Customer Support

    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 */
    }
    #2155353
    Ebrahim

    Thanks.

    Please consider adding the visited link style to the customiser.

    #2155360
    David
    Staff
    Customer Support

    You’re welcome.

    I will make a note of that request.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.