Hi @sheik-ahamath,
To make the Widget Titles align Left and also to remove the Categories, Date, Tags please go to ‘Appearance > Customize > Additional CSS‘ and paste the below code:
.entry-meta.category-meta,
.entry-meta .date,
.entry-meta .tag-links,
.post footer.entry-meta {
display: none;
}
.page-template-front-page-template .site-main .widget-title,
.widget-description,
.featured-stories .stories-title {
text-align: left;
}
.section-title-wrap {
padding-left: 0;
padding-right: 0;
}
Thanks