Harshit Sharma
asked 10 years ago

I want to change the post heading font-size.

4 Answers
DominicStaff
answered 10 years ago

To change the font size for the heading in the DW Focus, you can add the following code to the “Header Code” (Dashboard > Appearance > Customize > General setting)

<style>
#under-navigation .dw_focus_headlines .headlines a {
    font-size: 15px;
}

.dw_focus_headlines .widget-title {
    font-size: 15px;
}
</style>

Hope this helps !

Harshit Sharma
answered 10 years ago


I want to change the font size of the highlighted post headings.

DominicStaff
answered 10 years ago

Hi Harshit !
To change the font size of the highlighted post headings in the DW Focus, you can add the following code to the Header Code:

<style>
.home .site-content .content-inner .entry-title {
     font-size: 16px;
}
</style>

Hope this helps !

Harshit Sharma
answered 10 years ago

It works……Thanks

Powered by DW Question & Answer Pro