Resolved

Blog Text Size

Ultra Theme started by Simon Social Media Feb 4, 2017 1 reply
Simon Social Media Feb 4, 2017 · 11:01 pm #5890

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!

Puro Support Puro Feb 4, 2017 · 11:06 pm #5892

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.

2 posts