Change color of Hyper links

Discussion in 'ColorWay WordPress Theme' started by scarn8881, May 13, 2013.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    How can I change the color of the Hyper links?
    possible color: # d305f7
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    a {
    color: #d305f7 ! important;
    }
    This will solve your issue.
     
  3. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    Thank you Piyush.

    This worked, however it changed the slider text box as well as other areas. I am just wanting to change the hyperlinks with in the body of the pages. Is it possible to just change those?
     
  4. Gourav

    Gourav Support Staff

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

    Could you please explain your problem with the help of screenshot, where you want to change the hyperlinks color and also share the link of your website, so that we can give you the exact solution.
     
  5. kimharp

    kimharp New Member

    Joined:
    Aug 21, 2012
    Messages:
    11
    Likes Received:
    0
    I would like to know the answer to this question as well! Can you let us know what worked?
     

Share This Page