March 12, 2020 at 6:07 am
#75689
Theme Horse Support Team
Keymaster
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