Tagged: hide date from info bar
I would like to hide the date and time on the header bar at the top of the page. I would also like to ask if the settings for the color of it and the social icons are located in the css file?
Hi deven1134,
Hi sorry for the late response due to some unavoidable circumstances.
To remove the date from Header info bar, please to go ‘Appearance > Customize > Additional CSS’ paste the below Custom CSS code.
.info-bar .date { display: none; }
Sorry the color Settings are not included in free version, you can upgrade to Pro Version to get the Theme various color options.
Thanks