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

    (@metaphorcreations)

    You’ll need to add custom CSS to News Tickers > Settings > Custom CSS:

    .mtphr-dnt { background: #FF0000; }

    Or, if you want to specify just a single ticker use it’s id:

    #mtphr-dnt-78 { background: #FF0000; }

    You’ll have to adjust the color to what you want using hex values.

    Thread Starter corvusmile

    (@corvusmile)

    worked…
    perfect.. 🙂
    Thanks…

    Hiya,

    How do I get the ticker ‘id’ for the css code e.g. #mtphr-dnt-78

    Plugin Author metaphorcreations

    (@metaphorcreations)

    The ID is the post ID of the ticker… it’s the same ID that you see in the generated shortcode or direct function.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘background color’ is closed to new replies.