1. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Hello,
    I'm not having success changing the colour of linked text. As it is now, linked text does not look any different from normal text.

    Thanks for your help.
    Craig
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please tell me which type of difference you want ?
    Because making links and normal text in different color is basically for differentiating both.
    Thanks & Regards
    Pramod
     
  3. juanperalta

    juanperalta Member

    Joined:
    Oct 11, 2013
    Messages:
    42
    Likes Received:
    0
    Hi, I'd like to know how to cange link colors, as I am not able to find the correct code.
    I want to change all link colors on normal text to blue, and link hover to purple. (There is no need of changing the green colors for blog posts)
    For example, colors of links in header and footer are like a kind of blue, I want also to change them to blue-purple.
    And now, for normal text on pages, links are like common text.
    Thanks
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body a{
    color:#0000FF !important;
    }
    body a:hover{
    color:#800080 !important;
    }
    Thanks & Regards
    Pramod
     
  5. randybett

    randybett Member

    Joined:
    Jul 7, 2014
    Messages:
    31
    Likes Received:
    0
    colours in my booking forms are not changing ???
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63

Share This Page