I want to change the post heading font-size.
4 Answers
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 !
I want to change the font size of the highlighted post headings.
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 !
It works……Thanks
Please login or Register to submit your answer