Change colour of hyperlinks

Discussion in 'GoldenEagle WordPress Theme' started by tlpadmin, May 21, 2013.

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

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
    Hi.
    I'd like to change the colour of hyperlinks in posts. At the moment they default to black, which makes them unidentifiable as links. (Although if a user hovers their mouse over them, then the pointer changes and the link is visible.)
    Can I change the colour of links to make them stand out better?
    Thanks.
    Vicky
     
  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: red;
    }
    .post_content a: hover {
    color: blue;
    }
     
  3. tlpadmin

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
    Super - that worked a treat. Thank you!
    I posted another query about making the text more visible when people leave comments. Are you able to help with that one too?
    Thanks.
    Vicky
     
  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:
    ol.commentlist {
    color: red;
    }
    ol.commentlist li .comment-meta a {
    color: yellow;
    }
    ol.commentlist li p {
    color: red;
    }
    
     
  5. tlpadmin

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you but it's not the colour of the comments themselves that is a problem: It's the colour of the text you input into "name / mail / website", etc. when you first click on "Leave a reply".
    As per attachment.
    Thanks for your help.
    Vicky
     

    Attached Files:

  6. Gourav

    Gourav Support Staff

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


    Do let us know your website link.
     
  7. tlpadmin

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
Thread Status:
Not open for further replies.

Share This Page