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
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 !
Please login or Register to submit your answer