• Resolved westyalf

    (@westyalf)


    Hey,
    Great plugin! πŸ™‚
    I was wondering if it is possible to edit the appearance of multiple news tickers on the one wordpress site.
    I have used CSS to change the general style and appearance for a ticker I have placed on my home page.
    However I have added a new ticker to be displayed on another page on the website that I wish to change the colour etc of. I notice the different tickers have a unique id, can I use this within the css to edit the individual ticker only – if yes, please can you give me an example of the correct way to write the code?
    Thank you for your time and help.

    http://wordpress.org/plugins/ditty-news-ticker/

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

    (@metaphorcreations)

    Yes, just do whatever you did for the general style, except target the ID of the ticker before anything else:

    #mtphr-dnt-7 { background: #00ff00; }
    #mtphr-dnt-7 .mtphr-dnt-tick { font-size: 14px; }
    #mtphr-dnt-7 .mtphr-dnt-tick a { color: #ff0000; }
    Thread Starter westyalf

    (@westyalf)

    Fantastic, thank you very much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit CSS on multiple tickers’ is closed to new replies.