• Resolved Emiel Kunn

    (@emiel-kunn)


    Hi There,

    I’ve been searching for the options to style the ticker on my site but could not find them. I there an option to colour the background and adjust the texcolour?

    Ik would like to hear from you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    All styles need to be made through custom css, which can be added to the News Tickers > Settings page.

    Here is an example:

    .mtphr-dnt {
      background: #CCCCCC;
    }
    .mtphr-dnt-tick {
      color: #FF0000;
    }
    .mtphr-dnt-tick a {
      color: #00FF00;
    }

    It’s possible, depending on the styles set by your theme, that you may need to use more specific selectors for these adjustments to show up. If these don’t work, please provide the URL to your site showing the ticker and I’ll give you more specific instructions.

    Thread Starter Emiel Kunn

    (@emiel-kunn)

    Hi there,

    I am able to change the BG colour now, thanks for that. I’m using a <h2> for the text maybe that’s why the textcolour didn’t change?

    My url:
    https://cooperatievnveo.nl/

    Ho

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Ok, please use the following css:

    
    .mtphr-dnt-tick h2 {
      color: #000;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change styling ticker’ is closed to new replies.