Hyperlink Color

Discussion in 'Elite Pro WordPress Theme' started by dustin807, Aug 8, 2015.

  1. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    How do I make my hyperlinks automatically show in blue font color?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Dustin,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a{
    color:blue !important;
    }
    Regards!
    Praveen
    InkThemes.com
     

Share This Page