badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: CSS code

#72782

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