Tagged: Date, info bar, top bar
Hi,
Thanks for the support – always quick and helpful I have been able to remove the date block from info-bar, I would like to replace with a text block. Any help? Thanks
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!