• Resolved J_

    (@j_-1)


    Hi, I’m trying to change the size of the regular content text size and for some reason changing the font size in customiser does nothing.

    I’m able to change the font but not the size- the larger size doesn’t do anything when entered. I’m able to change the sizes of the headers, menu fonts etc with no problems.

    Help!?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi @j_

    Thanks so much for your support.

    So sorry for the hassle, you are quite right, there is indeed a bug with this setting. Thanks for bringing it to my attention, I’ll have it resolved in the next version. To hotfix, please, try the following:

    1. Plugins > Add New > Search for Simple Custom CSS. Install and activate.
    2. Go to Appearance > Custom CSS and add the following:

    /* Body Font Size */
    
    #primary label,
    #primary button,
    #primary input,
    #primary select,
    #primary textarea,
    #primary p,
    #primary ul,
    #primary ol,
    #primary table,
    #primary dl,
    #primary address,
    #primary pre,
    .paging-navigation,
    .page-links,
    .site-main .comment-navigation,
    .site-main .post-navigation {
    	font-size: 16px;
    }
    #primary blockquote {
    	font-size: 18px;
    }

    Just copy and paste into the field provided at Appearance > Custom CSS. Blockquotes are 2px bigger than the content font size so whatever you set the first value to, add 2px to the second value. Edit as required.

    The Customizer does the same job as Custom CSS. With Custom CSS we’re doing it manually of course but the output is very similar.

    Apologies again for the hassle!

    (The .org forums generally prefer we handle premium threads on our own. For any future queries, perhaps, send an email to [email protected] OR open a thread at https://purothemes.com/support.)

    Let me know how you come along ??

    Thread Starter J_

    (@j_-1)

    Thank you- I look forward to the update and will try to use that in the mean time

    Theme Author Andrew Misplon

    (@misplon)

    Thanks for your understanding, let me know how it turns out ??

    Thread Starter J_

    (@j_-1)

    Great, that worked perfectly- thank you.

    Theme Author Andrew Misplon

    (@misplon)

    Awesome ?? Glad to hear that did the trick.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Resizing regular text in Ultra Ultimate’ is closed to new replies.