Tagged: Hide infobar date
Hi, How can we remove the date that is getting displayed in the top-left corner on the Top Menu?
The current date is shown like this – Friday, August 12, 2022
I do not want to show this at all, how to get rid of this date?
Hi skr302,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS.
.info-bar .date { display: none; }
Thanks