[Resolved] Blog Text Size

  • Author
    Posts
  • #5890

    Simon Social Media
    Participant

    Hi,

    How do I change the size of text my blogs use? I’ve had a bit of blog envy and want to look more like this than this.

    Thanks!

    #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 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top