Tagged: new card, top stories bar
Hi I wonder how to disable Top Stories in mobile version (only ‘Top Stories bar and its circle blink ticker part ). But I want to keep the story thumbnail moving bar still remain.
Thankd you
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
It’s worked. Thank you very much
Welcome anytime @singhanart-nakpongphun if you have any problem do not hesitate to contact us.
Thank you!