How to change the font size and style as per attached image

Discussion in 'Local Business WordPress Theme' started by joswebsitedesign, Aug 13, 2014.

  1. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Hello

    How can I change the font size and style per attached image for the "for a free no obligation quote" text above the contact form on my home page?
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    we required website url and please provide details about changes you want.

    Thanks & Regards
    Pramod Patel
     
  3. Yogesh

    Yogesh Guest

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

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.

    Code:
    @import url(http://fonts.googleapis.com/css?family=Open+Sans);
    .signup .frontpage_leadcapture .signupleft .signupinfo h1{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    It didnt work. I would like it to be half the size it is and font style verdana.

    Regards,
    Jo
     
  5. Yogesh

    Yogesh Guest

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

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .signup .frontpage_leadcapture .signupleft .signupinfo h1{
    font-size: 12px;
    }
    You can use font-size: 10px, 12px, 14px, 16px etc. as per your requirement.

    And Verdana font is paid font, if you want to use it you have to purchase this font.

    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    It still hasnt changed the size... As per picture above, I would like the following text to be smaller...

    For a no obligation free quote please fill out the form below and we will endeavour to get back to you within 24 hours.

    The font style can stay as it is.

    Regards,
    Jo
     
  7. Yogesh

    Yogesh Guest

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

Share This Page