Alex Metallo
asked 9 years ago

With this code widget in single post changes with the Post Title:
 
}
.single-post .hentry .entry-title {
font-size: 30px !important;
}
 
How to reduce widget title size?

1 Answers
DominicStaff
answered 9 years ago

 To reduce widget title size in your theme, you can add the following code to the style.css file:

.accordion .accordion-heading a { font-size: 14px;}
#secondary .widget .widget-title {font-size: 14px; }
.nav-tabs a { font-size: 14px;}
.widget dw_focus_videos .widget-title {font-size: 14px;}

Hope this helps !

Powered by DW Question & Answer Pro