Link appearance ...

Discussion in 'Andrina WordPress Theme' started by notpaul, Nov 21, 2012.

  1. notpaul

    notpaul New Member

    Joined:
    Nov 13, 2012
    Messages:
    5
    Likes Received:
    0
    Within my WordPress posts, links are functional, but not appearing as "blue underlined" text (or any other change). They appear as normal text. I am presuming I need to change some of the style-sheet code, but would appreciate it if someone could point me to the right spot (and the right settings).

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .post_content a {
    color: your color value;
    text-decoration: underline;
    }
     

Share This Page