Title: Color link
Last modified: December 28, 2022

---

# Color link

 *  Resolved [maxiec](https://wordpress.org/support/users/maxiec/)
 * (@maxiec)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/color-link-2/)
 * how to change the color of LINK?

Viewing 1 replies (of 1 total)

 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/color-link-2/#post-16328703)
    - Hover over your item in the editor and select the **Edit Layout** icon.
    - Click the **Edit CSS** icon (eye)
    - Add the following css at the end of the code editor:
 *     ```wp-block-code
       a {
         color: red;
       }
       ```
   
    - You can use hex colors:
 *     ```wp-block-code
       a {
         color: #FF0000;
       }
       ```
   
    - Then, click the refresh button so see the results.
    - Remember to **Save** your Ditty when done making changes.
 * Let me know if you have any other questions, or need further help with this.

Viewing 1 replies (of 1 total)

The topic ‘Color link’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/color-link-2/#post-16328703)
 * Status: resolved