Charlotte Mabry
asked 10 years ago

Screenshot of Blog Post
The font size on my blog copy is quite small. I would like to increase the size to 16px. Please help.

1 Answers
DominicStaff
answered 10 years ago

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 !

Charlotte Mabry
replied 10 years ago

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?

Dominic Staff
replied 10 years ago

Hi Charlotte !
Please add the following code to the header code:

Regards,

Charlotte Mabry
replied 10 years ago

Thanks. It worked the second time I tried it!

Powered by DW Question & Answer Pro