external links have no colour

Discussion in 'Local Business WordPress Theme' started by snaggit14, Jul 17, 2014.

  1. snaggit14

    snaggit14 New Member

    Joined:
    Jul 6, 2014
    Messages:
    1
    Likes Received:
    0
    Hi, I'm just building my first site using "Local Business Theme" and have created links to external sites and information. These links are showing up as blue on the dashboard but have no colour on the live site; only the cursor changes to the pointing finger.

    Is it possible to make these links blue and bold?

    Thank you in advance
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    a{
    color:blue ! important ;
    font-weight: bold ! important ;
    }
    a:hover{
    color: lightblue ! important ;
    }
    
     

Share This Page