Changing font size on home page

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Sep 4, 2014.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    Is it possible to change the font size on my home page (www.covitravel.com), within the Feature Text Heading? I like the size of text that this first section is in. The second set of bulleted lines, I would prefer to be in a much smaller font. Is it possible, and if so - how?

    Let us take care of all the details. <br>
    Select your destination and we'll do the work!<br>
    Need travel destination ideas? <br>
    Tell us what you enjoy and we'll create a package tailored to you!<br>
    <br>

    Education & Certifications:<br>
    <br>
    • Certified Anguilla Travel Specialist<br>
    • Jamaican Travel Specialist<br>
    • Honduras Specialist - The Travel Agent Academy<br>
    • Ecuador Specialist - The Travel Agent Academy<br>
    • Peru Specialist - The Travel Agent Academy<br>
    • Guatemala Specialist - The Travel Agent Academy<br>
    • Central Europe Masters Certificate - The Travel Agent Academy<br>
    • Globus Travel Expert Program<br>
    • Monograms Booking Expert<br>
     
  2. Yogesh

    Yogesh Guest

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

    This problem is causing because of all your content is displaying in h1 tag.
    To fix this problem do some steps as shown below in screenshot.

    5sep1.png

    5sep2.png

    This will fix your problem.

    Thanks & Regards
    Yogesh Bhade
     
  3. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    I followed your directions and the website is updated. I would like to make the font between <p> and </p> in the "Feature Text Heading", black in color and a little larger font size. I would also like to have that block of text centered (but left justified within that block.) Can you help me do this? www.covitravel.com
    Thanks,
    LouAnn
     
  4. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    I followed your directions and the website is updated. I would like to make the font between <p> and </p> in the "Feature Text Heading", black in color and a little larger font size. I would also like to have that block of text centered (but left justified within that block.) Can you help me do this? www.covitravel.com
    Thanks,
    LouAnn
     
  5. Yogesh

    Yogesh Guest

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

    Use following css code in Custom CSS to fix it.
    Code:
    .content p {
    font-size: 15px;
    margin-left: 25%;
    color: black;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page