The font size on my blog copy is quite small. I would like to increase the size to 16px. Please help.
1 Answers
Hello Charlotte ! It’s easy to change font size on blog post in the DW Timeline pro, simply add the following code to the Header Code (Dashboard > Customize > Custom Code)
<style>
body {
font-size: 16px;
}
</style>
Hope this helps !
for some reason when I apply this in my CSS it turns off the image I have selected for my home page background image and reverts it to the default (bike) image. It makes no sense but that is what it does and it doesn’t change the size of the blog body copy at all. Any other ideas?
Hi Charlotte !
Please add the following code to the header code:
Regards,
Thanks. It worked the second time I tried it!
Please login or Register to submit your answer