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*

Font Size

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #18521
    Craig
    Participant

    Hi,

    Last question I think…….almost done!

    My customer wants me to increase the font size of the content slightly. An example is on the homepage here http://armidalebrazilianjiujitsu.com.au/

    I have gone into Typography Options and changed the content size to 20 but that doesn’t seem to change anything. Is there somewhere else I can change the default content size for all pages?

    #18689
    Craig
    Participant

    Anyone?

    #18694

    Hi Craig,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
    body, input, textarea { font-size: 24px;}

    Hope this may help you

    #18991
    Craig
    Participant

    Thanks, that fixed it!

    #19011

    That’s great Craig

    Thank you!

    #19191
    info42
    Participant

    And what if you only want to change the size of the font in the pages/messages?

    #19222

    Hi info42,
    Could you specify it more clearly? What exactly do you want to change ?

    Thank you!

    #19568
    info42
    Participant

    I found on your forum this code:

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    	border: 0;
    	font-family: helveticaneue;
    	font-size: 100%;
    	font-style: helveticaneue;
    	font-weight: helveticaneue;
    	margin: 0;
    	outline: 0;
    	padding: 0;
    	vertical-align: baseline;
    }

    And now I want to know how I can make the fontsize smaller.

    #19663

    Hi info42,

    To make the font-size smaller Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    body, input, textarea {
        font-size: 18px;
    }

    Change the above digit value 18 to increase/decrease the font size.

    Thank you!

    #19699
    info42
    Participant

    OK that worked, thanks!

    #19713

    Ok that’s great info42

    Thank you!

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