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: Remove link from Top Stories Post

#68269

Hi @jeni-treehugger,

To remove the links from Top Stories Posts Titles then please go to Appearance > Customizer > Additional CSS and paste below custom css code;

.top-stories-bar .top-stories-lists .marquee a {
  pointer-events: none;
  cursor: default;
}

Thanks