link underline and different color

Discussion in 'BizWay WordPress Theme' started by dirkjedj, Jan 17, 2013.

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

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    I would like to have the hyperlinks on my pages to have a different color and to be underlined.

    What code do I need to insert in the CSS?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Can you please explain your problem with the help of screenshot, where you want to change the color and also share the link of your website, so that we can give you the exact solution.
     
  3. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-content a {
    color: blue;
    text-decoration: underline;
    }
     
  5. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    thanks, it looks great!
     
Thread Status:
Not open for further replies.

Share This Page