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*

Delete “One thought on…” sentence

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #97357
    Nguyễn Anh
    Participant

    Dear Themehorse Team,

    Could you help me delete this sentence in the red circle by using Additional CSS (Delete the sentence start with “One thought on…”0

    Picture in this link:

    Thank you.

    #97427

    Hi Nguyễn Anh,

    Please go to Appearance > Customize > Additional CSS and paste the below Custom CSS code.

    .comments-title {
    	font-size: 0;
    }
    .comments-title span {
    	font-size: 28px;
    }
    @media (max-width: 767px) {
    	.comments-title span {
    		font-size: 25px;
    	}
    }

    Thanks

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