Charlotte Mabry
asked 10 years ago

Right now my Blog Titles are echoing the font I have chosen for the site title. I need the blog titles to echo the menu font. Can you give me the css to be able to adjust the font type and size of the blog titles?
Thanks!

1 Answers
DominicStaff
answered 10 years ago

Hi Charlotte !
– To change the font in the blog title in the DW Timeline pro, you can do as the following:  
Step 1: Find the font that you want to use at here: http://www.google.com/fonts/ 
Step 2: click the Quick-use
see the screenshot:
Step 3: Please go to “@import” and copy the following link:
See the screenshot:
Step4: Paste the copied link above into main.css file in the folder path “\wp-content\themes\dw-timeline\assets\css”.
See the screenshot: 

Step5:  Add the following code to the main.css file

 .home .banner .page-title {
      font-size: 80px;
      font-style: italic;
      font-family: 'Raleway',sans-serif;
}
.hentry .entry-title {
      font-size: 24px;
      font-style: italic;
      font-family: 'Raleway',sans-serif;
}

Notice: Change the font-family that you want to display for the Blog titles and posts title.
Also, you need not select the font of the Heading Font section in the Customize.
Hope this helps!

Powered by DW Question & Answer Pro