Cannot change News ticker text color

Posted in: Newspaper
Post count: 79

Hi,
I’m using the Cryto Widget news ticker plugin with the Cryto Newspaper Theme.
http://blockchaintrailblazers.com/

I’m able to easily change the background color of the ticker in the ticker dashboard. But the text color will not change using the same tool.

Do I need some kind of CSS to override the news ticker?

Thank you!

Post count: 20688

Hi,

I remember testing that a while back and it worked, after making the update of the plugin today, it seems that the font color is not applying for some reason. Maybe this will be fixed by the plugin author.

You could use a code like this to chnage the text color to your desired one

.coin-container {
color: yellow;
}

Change the color to what you want and enter it in Theme panel->Custom CSS.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.