Reply To: How to Change the Color of the Site Name?

Home Forums Iconic One Pro Support How to Change the Color of the Site Name? Reply To: How to Change the Color of the Site Name?

#5726

Hi,

Try these


.site-header h1 a {
    color: #0099ff;
}
.io-title-description a {
color: #0099ff;
}

it will change color of both text logo and description below it.

To change color of description separately add


a.site-description {
    color: #666666;
}

** Note: Entry has been edited with correct code.