Reply To: Site info css

Home Forums Support Site info css Reply To: Site info css

Home Forums Support Site info css Reply To: Site info css

#154246
Tom
Lead Developer
Lead Developer

Hi there,

Do you have our Colors add-on? That’s the best way to do it through the Customizer.

Otherwise, you’ll need to do this:

.site-info a,
.site-info a:visited {
    color: #ffffff /* link color */
}

.site-info a:hover {
    color: #ffffff /* link color on hover */
}