Contents

How to Change Font Colour in Ditty News Ticker?

Ditty News Ticker is one of the best plugins available for the purpose. It is a multi-functional data display plugin. It can Easily add custom news tickers to your site either through shortcodes, direct functions, or in a custom Ditty News Ticker Widget.

THERE ARE 3 DEFAULT TICKER MODES

  • Scroll Mode – Scroll the ticker data left, right, up or down
  • Rotate Mode – Rotate through the ticker data
  • List Mode – Display your ticker data in a list

How to Change Font Colour in Ditty News Ticker?

In order to change the font colour in Ditty News Ticker :

  • Click on the Settings Tab, in the News Tickers :

how to use ditty news ticker

  • You will get the following screen :

ditty news ticker

  • Now you can use the following CSS code and paste it in the box. All you have to do is to know the Hex code of your colour and paste it instead of FFFFFF

.mtphr-dnt-tick,
.mtphr-dnt-tick * {
color:#FFFFFF !important;
}