[ad_1]
Hi @latrishablevins,
Well, there are two ways to solve that:
#1 Leave the title field empty, then add a Heading block right above your popular posts list. It should render with the right style that way.
#2 Try adding these CSS rules to your site (eg. via Appearance > Customize > Additional CSS) and see if that fixes it:
.popular-posts.widget > h2 {
margin-bottom: 30px;
color: #000;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
text-transform: none;
}
Great, CSS fixed the title. Thank you for your fast help.
