Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #117905
    wordaz
    Participant

    Hello Everyone,

    Recently, I got this mail about the automatic backup for my wordpress installation;

    Auto upgrade process for the following installation cannot be completed, because it does not meet the upgrade requirements :
    Installation URL : http://intechreviews.com
    Current Version : 4.7.5
    Latest Version : 4.8
    Error : It is not possible to upgrade WordPress Multisite installations.

    I then noticed that the font on the website https://intechreviews.com had changed. It was no longer sharp like it was before. This remained so even after I manually backed up and updated the wordpress installation. In a previous troubleshooting on how to alter the height of the line spacing for the “Clean Journal” theme, Mahesh responded “You can directly change the value from 1.7 to 1.3 in the the editor but this is not recommended as you’ll lose this during theme update”.I don’t know whether this has anything to do with the current problem. Nevertheless, I would like the font to revert to how it was before or at the least for the font to be like that found here instead; https://mtn4u.com . Thanks

    #117909
    Mahesh
    Participant

    @wordaz: Go to Dashboard=> Appearance=> Customize=> Custom CSS box and add the following CSS:

    body, button, input, select, textarea {line-height: 1.3; }
      
      body ul li, body ul li a, body ol li, body ol li a, body .entry-content ul li, body .entry-content ul li a, body .entry-content ol li, body .entry-content ol li a {
        font-family: Roboto,Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Clean Journal theme (Free) Font change after Failed WordPress Backup and Update’ is closed to new replies.