Hello
I’m trying to set Roboto Slab to 16 pt as body text on my website, http://technewstt.com.
The current options are 14 pt, too small and 18 pt, too big.
I’ve used this snippet in the custom CSS pane to no avail…
/ NSG – Increase post body font size /
.single-post body { font-size:16px; }
Can you offer a solution?
1 Answers
Hi,
You can log in to Dashboard > DW Focus > General then add the following code to the Custom CSS section:
.single-post .entry-content p {
font-size: 16px;
}
Hope this helps !
Please login or Register to submit your answer