• Resolved extraho4

    (@extraho4)


    I am using the free Kale theme and originally searched for and read this topic https://wordpress.org/support/topic/change-hyperlink-color-3/ in which I was trying to get my hyperlinks in my posts to turn a different color. When copying the code into my appearance>customize>additional CSS it now changes the color of every link including my subtitles and dates on my front page, http://www.extrahoursinaday.com
    I have tried different code variations and ended up deleting the code to underline as this was also putting an underline under my site title and looked horrible. I just want the actual links I am using in my blog posts to be visible to my readers. It shows up in the widget, but not on the actual posts when published.

    Thank you,
    Kirsten

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Kirsten,

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .single-content a {
        color: red;
    }

    Of course you can change the ‘red’ color to anything else you want.

    ​Try it and let me know how it worked.
    Kind regards,
    Diego

    Thread Starter extraho4

    (@extraho4)

    Thank you SO MUCH! Just the small change from the code in the above referenced thread made a difference. I appreciate it!

    Kirsten

    Hi Kirsten,

    Just jumping in here to say thanks for trying out Kale and I am glad it is working out for you 🙂

    Would you please take some time out from your busy day to leave us a quick review?
    We’d really appreciate it 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘hyper links not displaying in text’ is closed to new replies.