Viewing 2 replies - 1 through 2 (of 2 total)
  • Your website seems to have most of the content wrapped in a <p> tag. To style this in css, you would simply

    /*Make font bigger*/
    p {
    font-size: 16px;
    }
    /*If font does not get bigger, add the !important declaration to the end like this.*/
    
    p {
    font-size: 16px !important;
    }

    Good Luck.

    Moderator t-p

    (@t-p)

    I recommend asking in this dedicated support sub-forum for better results so its developers and users can help you with this:
    https://www.ads-software.com/support/theme/pure-simple

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pure & Simple Can you increase font size’ is closed to new replies.