font colour of phone number and address

Discussion in 'BlackBird WordPress Theme' started by freshperspectives, Jan 31, 2013.

  1. freshperspectives

    freshperspectives New Member

    Joined:
    Jan 28, 2013
    Messages:
    5
    Likes Received:
    0
    I would like to change the font at the top right corner with my phone number and address to be green. please advise
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-info {
    color: green;
    }
     

Share This Page