1 Answers
To change the size of the blog title, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)
.home .banner .page-title { font-size: 80px; }
Hope this helps !
Sorry, I mean the title of the blog post. The one that says ‘Hello World’!
You can try following the code:
.single-post .hentry .entry-title {
font-size: 20px !important;
}
Hope this helps !
Please login or Register to submit your answer