Title: Edit CSS on multiple tickers
Last modified: August 21, 2016

---

# Edit CSS on multiple tickers

 *  Resolved [westyalf](https://wordpress.org/support/users/westyalf/)
 * (@westyalf)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/edit-css-on-multiple-tickers/)
 * 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/](http://wordpress.org/plugins/ditty-news-ticker/)

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

 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/edit-css-on-multiple-tickers/#post-4359174)
 * 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](https://wordpress.org/support/users/westyalf/)
 * (@westyalf)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/edit-css-on-multiple-tickers/#post-4359238)
 * 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.

 * ![](https://ps.w.org/ditty-news-ticker/assets/icon.svg?rev=2650696)
 * [Ditty – Responsive News Tickers, Sliders, and Lists](https://wordpress.org/plugins/ditty-news-ticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ditty-news-ticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ditty-news-ticker/)
 * [Active Topics](https://wordpress.org/support/plugin/ditty-news-ticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ditty-news-ticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ditty-news-ticker/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [westyalf](https://wordpress.org/support/users/westyalf/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/edit-css-on-multiple-tickers/#post-4359238)
 * Status: resolved