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*

Get rid of the date in the top left corner

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69076
    todor.dimitrov23
    Participant

    I’d like to get rid of the date in the top left corner.
    Thanks,

    #69090

    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

    #69093
    todor.dimitrov23
    Participant

    Hi Team,

    It’s fixed.

    Many Thanks,
    BR

    #69111

    Welcome anytime @todor-dimitrov23

    #80160
    lyle jenish
    Participant

    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.

    #80202

    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!

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