Change Header Contact Text

Discussion in 'BlackBird WordPress Theme' started by pwren, Mar 26, 2013.

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

    pwren New Member

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    How can I change the font, size and add bold to the contact text located in the header, as in the image attached?
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-info p {
    font-family: Enter your font type;
    font-size: 20px;
    font-weight: bolder;
    }
     
  3. pwren

    pwren New Member

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    Thanks Gourav! I forgot I had posted this question here ... that's very helpful. Also, thanks for the thread feedback :)
     
Thread Status:
Not open for further replies.

Share This Page