And I have several questions:
1) How I can set up an image for the blog post background? As it is done here http://themes.pixelwars.org/readme-wp/stop-worrying-about-how-pretty-it-is/
(I installed the dummy data, opened this post but see no shortcodes or links)
2) How can I remove “share” button in blogpost (displayed in top left)?
3) Is it possible to remove this text “1 min read ?”
4) Is it possible to customize the number of post in [latest_from_the_blog] – 10 is too much, I want to set up it to 5.
The first question is not longer actual :) I found how to set it. Thank you!
Still some questions :)
2. Use this custom css:
.single-post .share { display: none; }
3. Use this custom css:
.single-post .read-time { display: none; }