Dylan Fanego
asked 10 years ago
1 Answers
DominicStaff
answered 10 years ago

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 !

Dylan Fanego
replied 10 years ago

Sorry, I mean the title of the blog post. The one that says ‘Hello World’!

Dominic Staff
replied 10 years ago

You can try following the code:
.single-post .hentry .entry-title {
font-size: 20px !important;
}
Hope this helps !

Powered by DW Question & Answer Pro