Left Col Heading Font Too Large

Discussion in 'Figero WordPress Theme' started by apexbos, Feb 12, 2014.

  1. apexbos

    apexbos New Member

    Joined:
    Jan 27, 2014
    Messages:
    9
    Likes Received:
    0
    Even in your Live Preview of Figaro, the Left Column Heading is too large. The bottom of the 'G' gets truncated. http://inkthemes.com/wpthemes/figero-theme/

    I have looked on the forum, and tried pasting this code into custom CSS, but can't get anything to change in the Left column Heading...

    .sliderHolder1 h1 {
    font-size: 20px;
    }

    What code should I use for the Left Column Heading?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-index .feature-one h1 {
    line-height: 40px;
    } 
    You can adjust the value of "line-height" as per your requirement.
    This will solve your issue.
     
  3. apexbos

    apexbos New Member

    Joined:
    Jan 27, 2014
    Messages:
    9
    Likes Received:
    0
    Thank You, Your support is EXCELLENT!
    That worked great.
    But can I make the left and right Font the same size? Actually make the left heading smaller, so it is the same size as the right?
    And how would I get rid of the picture in the right column?
     
  4. 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:
    .feature-index .feature-one h1 {
    font-size: 24px;}
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page