Font Color in Linked Text

Discussion in 'Woodpecker WordPress Business Theme' started by jennydb, Aug 31, 2016.

  1. jennydb

    jennydb New Member

    Joined:
    Jun 11, 2016
    Messages:
    15
    Likes Received:
    0
    How do I change the font color in the text that I link in my posts and pages?

    For example, "Click here." I want to change the font color.

    Thanks.
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .page .page-content a {
        color: red !important;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page