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*

Change of text size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #49511
    budgetbewust
    Participant

    After the recent update the text size on my site has increased to an illegible level. I tried changing the px in this part of the CSS:

    body, input, textarea {
    color: #777;
    font: 13px ‘PT Sans’, sans-serif;
    line-height: 20px;
    word-wrap: break-word;
    }
    but nothing changed, so that is probably not the thing to do……….
    I do hope for another suggestion 🙂
    Site is: BudgetBewust.com

    kind regards
    Saskia

    #49523

    Hi budgetbewust,

    Just visited to your site and i think its under construction which says coming soon. Updating to new version will not change text size. If you have made code customization in theme then updating to new version all your customized code will be lost. So we always recommended you to create a child theme if any code customization is required.

    Thank you!

    #49549

    Hi budgetbewust,

    Just visited to your site and your above username and password is not working. If you like to share your username and password then please don’t share here on public forum and its visible to everyone. You can Email Us with your temporary username and password and also site link with your issue.

    Thank you

    #49982
    katie.jane.goudie
    Participant

    I’m having a similar issue with the change of text size. I have changed the text size in the stylesheet as below but this has made no difference to the font size on my site

    body, input, textarea {
    color: #777;
    font: 16px ‘PT Sans’, sans-serif;
    line-height: 20px;
    word-wrap: break-word;

    I’ve used Chrome to inspect the element and it seems to be pulling font size and styles from the class given in the body tag:

    body class=”page-template-default page page-id-1022 page-parent logged-in custom-background wide-layout”

    But I cannot find the page-template-default element or php file or whatever it is to edit the font size there.

    Presumably I’ve missed a step? I’ve not made any other customisations to the theme, and it’s a charitable organisation so we’re not able to pay for the Pro version with the easier tools for changing font size.

    Cheers,
    Katie

    #50083

    @katie-jane-goudie Sorry! We missed your question.

    To change the font size we recommended you to add the custom CSS rather than editing in the main CSS file.
    To change the font size go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

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

    Increase/Decrease the above digit value 13 (font size) according to your needs.

    Thank you for using our theme.

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