Michelle Hansen
asked 10 years ago

Is it possible and how can I do it? 🙂

Thanks. 🙂

1 Answers
DominicStaff
answered 10 years ago

Hello Michelle !
To change the color of a link in the DW Timeline, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Set up Jetpack then enable the Custom CSS feature.
3. Navigate Appearance > Editor Css, add the following code:

    a {
    color: #...;
}

a:hover, a:focus {
    color: #....;
}

.hentry .entry-meta a {
    color: #...;;
}

.hentry .entry-meta a:hover {
    color: #...;
}

Hope this helps !
 

Powered by DW Question & Answer Pro