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: Get rid of the date in the top left corner

#69090

Hi @todor-dimitrov23,

To hide the date from the top info bar please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS.

.info-bar .date {
	display: none;
}

Thanks