Change Font Color & size in Top Right Contact Details

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Sep 10, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    How can I change the Top Right Contact Details font color to black and make the font size a little larger?
    Thanks,
    LouAnn
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-info p {
    color: black;
    font-size: 21px;
    }
     
  3. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    That made all of my font smaller and grey AND left justified. I wanted the first text to stay large (between by <h1> and </h1>).
    Help!
     
  4. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    I fixed the header font, but now I want to make the font between <p> & </p> ONLYa little large, black & centered. Is that possible?
     
  5. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA


    That made all of my font smaller and grey AND left justified. I wanted the first text to stay large (between by <h1> and </h1>).
    I fixed the header font, but now I want to make the font between <p> & </p> ONLY a little large, black & centered. Is that possible?
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page