How to change link color on the post?

Discussion in 'Digital Affiliate Box WordPress Theme' started by sanjayasum, Jan 18, 2018.

Thread Status:
Not open for further replies.
  1. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    How to change link color on the post?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    You can change the link color in two ways.

    1. You can do it from your website dashboard, just follow this video: https://screenpresso.com/=YJcW

    2. You can make the use of the below-given CSS code to change the link color, just paste the code into Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .contentitem a:link {
        color: #35a4ff;
    }
    
    .contentitem a:visited {
        color: #009600;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com

    Note: You can use any color Hex code instead of #009600 to set your desired color.
     
  3. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    Thank you Akbar.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
Thread Status:
Not open for further replies.

Share This Page