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 the link from “Top Stories”

#75689

Hi @venepress-web,

To make the Top Stories Title Links disables, please go to “Appearance > Customize > Additional CSS” and Paste the below CSS Code.

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

Thanks