September 22, 2019 at 12:41 pm
#68269
Theme Horse Support Team
Keymaster
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