[Resolved] Blog Text Size

  • Author
    Posts
  • #5892

    Puro Support
    Keymaster

    Hi Simon

    Thanks for your question. You can try something like this in your Custom CSS plugin or Customize > Additional CSS:

    .single-post .entry-content h2 {
    	font-size: 22px;
    }
    
    .single-post .entry-content ul,
    .single-post p {
    	font-size: 14px;
    }

    Adjust the values as required.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Scroll to top