change font size

Home Forums WordPress Themes – Premium Encase Pro change font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16901

    How can I increase the font size in the page or post content body? I want to increase another 1 or 2 points.
    Thanks

    #16902
    Sushil Adhikari
    Moderator

    Hi boris,

    First of all please update the theme to latest version 1.1.2.

    You can view this link for updating process: https://www.styledthemes.com/wordpress-tutorials/410-installing-updating-themes

    Note: Please take a backup of your site before proceeding. Normally we use duplicator plugin to make a backup. https://wordpress.org/plugins/duplicator/.

    Here is the video tutorials how to use duplicator and save it to your local computer https://www.youtube.com/watch?v=VdvOGV2eIjE

    
    To change font size  of post content: 
    
    .post .entry-content p {
    	font-size: 1.0rem;
    
    }
    To change font size  of page content: 
    
    .page .entry-content p {
    	font-size: 1.0rem;
    
    }

    Note: Please use child theme[style.css] to add this css, otherwise your changes will be lost on theme update.

    Thanks

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