Feature description text size

Discussion in 'Local Business WordPress Theme' started by peewhy, Nov 22, 2012.

  1. peewhy

    peewhy New Member

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    How do I change the text size in the three feature columns on the home page?
     
  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:
    .feature_content p{
    font-size:17px;
    }
    Adjust the value of font as per your requirement.
     
    peewhy likes this.
  3. peewhy

    peewhy New Member

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    Excellent! Thank you - What do I need to type in for the Left Feature?, (the one below, next to the video) I want to increase the font size.
     
  4. 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:
    .feature_infobox p {
    font-size: 17px;
    }
    Adjust the value of font as per your requirement.
     
  5. northland

    northland New Member

    Joined:
    Jan 8, 2013
    Messages:
    3
    Likes Received:
    1
    Location:
    Fishkill, NY
    Curious you just stick this in the CSS and it will go automatically to where it is needed?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    @northland,

    Yes, Just follow the instruction as given above.
     

Share This Page