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*

How to remove the date that is in the top left corner on the Top menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101352
    skr302
    Participant

    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?

    #101374

    Hi skr302,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS.

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

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.