Can you link to a page with the ticker that contains a link? Even if you can see the ticker on the page due to the link I should be able to see what is happening in the source html.
Also, can you take a screenshot of your ticker settings using https://imgur.com/upload and paste a link here?
Thanks!
Hi, here is the link: https://sportsrabbi.agpwebdesign.com/en/
Currently I have removed the links so that it works – let me know if you’d like me to add a link so you can see.
Settings: https://imgur.com/P8epJ9h
Thank you!
Thanks! Yes, please add the link back in and I will check it out again.
Can you take another screenshot of your ticks panel as well, showing how you have the link setup?
Thanks!
Hi, Ok I have added the links in and here’s the settings screenshot https://imgur.com/vYDrPBO
Thank you
(I have it displaying on mobile only)
Thanks! I see the issue. Your theme css is setting a tags to be the same color as the background of your ticker. So, the ticker is there and running, but you can’t see it because the text and background are the same color.
Add the following custom css to your News Tickers > Settings page to set the text color to white:
#mtphr-dnt-25413 a {
color: #FFF;
}
Ah thanks so much – that worked!!! Thanks for your help!
No problem, glad to help!