Change font color for links

Discussion in 'RoadFighter WordPress Theme' started by sangermike, Nov 10, 2014.

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

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    My links are showing like a regular text. How can I style all links sitewide to show as blue and hover color same blue but underlined? Thank you.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    To achieve this you have to follow some steps.
    Step-1:You have to comment a line in custom.js file.
    Follow below image. 11-cufon-roadfighter.png

    Step-2:
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body a {
    color: blue !important;
    }
    body a:hover {
    text-decoration:underline !important;
    }
    
    Thanks & Regards
    Pramod
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    I have a dife panel so can't seem to figure out the custom.js dif panel.jpg
     
  4. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    I tried the codes you gave. I actually just want the hyperlinks changes not all links? like when I add a link to a dif page or url.
     
  5. Pramod

    Pramod Guest

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

    You have to install wp editor plugin for flexible editing.
    After installation of this plugin do above custom.js change.

    Thanks & Regards
    Pramod
     
  6. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page