Links in blog posts

Discussion in 'Local Business WordPress Theme' started by daria369, Jul 26, 2013.

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

    daria369 Member

    Joined:
    Feb 18, 2013
    Messages:
    33
    Likes Received:
    3
    What would be the code to make all the links in my blog posts blue?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .post_content a {
    color: blue;
    }
    This will solve your issue.
     
  3. daria369

    daria369 Member

    Joined:
    Feb 18, 2013
    Messages:
    33
    Likes Received:
    3
    I love it when things just work. Thank you So much!! :)
     
Thread Status:
Not open for further replies.

Share This Page