badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Increase Size Title, Content and Line Height on Ambition Pro

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #62962
    Rufando
    Participant

    On Ambition Premium, I want to increase font sizes but not available in default options. Please help how can I change the

    1. Post Title font size larger than Typography Options

    2. Post Body Content larger size options

    3. Increase line height (space between lines)

    Thank you very much for the support

    #62990
    Rufando
    Participant

    Hello

    #63008

    Hi,

    Add below custom CSS code in Appearance > Customize > Ambition Theme Options > Custom CSS
    to increase the font size of post title and content as well as line height between the lines.

    .entry-title {
    	font-size: 30px !important;
    	line-height: 30px !important;
    }
    body, input, textarea, select {
    	font-size: 16px !important;
    	line-height: 16px !important;
    }

    Note: Increase the digit value above to increase the font size and line height.

    Thank you!

    #63013
    Rufando
    Participant

    That code above don’t work.

    I find this code to work…
    .entry-header .entry-title {
    font-size: 35px;
    line-height: 35px;
    }

    BUT this one doen’st work too…

    body, input, textarea, select {
    font-size: 22px;
    line-height: 25px;
    }

    The title is OK but not the body content post.

    #63064

    @restyumali-sl We have updated the above custom css code. Please use above code and let us know.

    Thank you!

    #63103
    Rufando
    Participant

    Yeah they work! Thank you very much.

    #63121

    Welcome anytime @restyumali-sl

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.