• Resolved tooldiva

    (@tooldiva)


    Is it possible to change the colors of links in a post?
    For example: here

    The links in the article are dark grey like the rest of the text. Can they be changed?

    Thsnks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes for sure! Insert this command line to your child theme:

    a {
    color: #yourcolorhere;
    }

    Excuse, which one is my child theme

    Where exactly would I insert the line??

    I’m a beginner, thanks in advance for your comprehension

    Ok, Shashank Singh wrote me the solution

    I have to:

    Go to Appearance -> Editor- > Custom.css

    Paste that code after everything.

    And it works!!!

    But I have other questions….. ??

    how can I change the color of the link when the mouse is on it? Now it′s turn into black

    Also, I would like to change the color of the link after the first click, so that the user knows he has already cliked on it, is this possible??

    Thanks a lot again in advance for you help and collaborating

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change link colors?’ is closed to new replies.