Futami masahiro
asked 10 years ago

Do I want to customize CSS in the size of the Eye-catching image and the size of the font in single page, it does not reflect well.
Is there something like that you have to do something when using the CSS in DW Focus
Best regards

1 Answers
Wilfred
answered 10 years ago

Hi Futami, 
1. To change font size in the singe page, please add the following code to custom wp_head in Dashboard / Appearance / Customize 

<style>
.single .site-content>.hentry .entry-content {
font-size: 16px;
line-height: 1.5;
}
</style>

Note: Change 16px to your font-size.
2. The second question ” change the size of the Eye-catching image” Could you kindly explain a bit clearer about your question?

Futami masahiro
replied 10 years ago

Thank you to reply.
I was able to change the font size.

For eye-catching image, I want to reduce the eye-catching image of a single page, but how to set does not know.
Eye-catching image is too large to be a default setting.

please tell me.

Dominic Staff
replied 10 years ago

To resolve this issue, you can add image in the content frame. Please log in to Dashboard > Posts > Add new, click Add Media button: http://imgur.com/kykArhg.
Then select the image in the Insert Media section and select image size in the “Attachment Display Settings ” section on the right hand.
See the screenshot: http://imgur.com/htMnHU0

Powered by DW Question & Answer Pro