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*

Reply To: How to disable top stories on mobile version

#71640

Hi @singhanart-nakpongphun,

To remove the Top Stories Bar’s Title section on mobile View then please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

@media (max-width: 575px) {
.top-stories-bar .top-stories-label {
	display: none;	
}
}

Thanks