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*

Removed date from info-bar, replace with text

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80163
    lyle jenish
    Participant

    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

    #80203

    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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.