This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Good day
I have a minor issue with blog posts.
The header text is very close to header image and the text is also very small. Is it a way to make a space between text and image as well as making the header text larger?
Please see private content.
Many thanks
/ P
Hello,
Please use this custom css code:
.blog-post .wp-picture {
margin-bottom: 15px;
}
Font size can be changed via Theme Options > Typography > H2 or:
.post-single h2.entry-title {
font-size: 20px;
color: black;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up