Hello there,
I would like to apologize in advance for the inconvenience. That shouldn’t be happened. I’ll let our developer know about it and we’ll fix it soon in the next version. Thank you for reporting.
To use the old section title styles, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.panel-grid-cell .widget-title {
text-align: center;
margin-bottom: 50px;
position: relative;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
padding-bottom: 10px;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
font-size: 32px; /* Font size */
}
.panel-grid-cell .widget-title::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 50px;
height: 1px;
margin-left: -25px;
background-color: #d65050;
}
Regards,
Kharis