Tagged: date time get rid
I’d like to get rid of the date in the top left corner. Thanks,
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
Hi Team,
It’s fixed.
Many Thanks, BR
Welcome anytime @todor-dimitrov23
Hi,
Thanks for the support – quick and helpful I have been able to remove the date block, I would like to replace with a text block.
Hi lyle-jenish,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.date ul { display: none; } .date { padding-top: 8px; } .date:before { content: "Hello World"; }
NOTE: Change the above “Hello World” to your desired text.
Thank you!