Hello, I’ve successfully upgraded to Focus 1.2.6. My one lingering issue is that I’d really like to set Roboto Slab to 16 pt. Fourteen is just a bit too small and 18 seems alarmingly big.
I’ve tried a few snippets for force it in the custom css with no joy.
Specifically…
/ NSG – Increase post body font size /
.single-post body { font-size:16px; }
Any advice on how I might achieve this? The website is http://technewstt.com
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