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?
August 5, 2019 at 5:18 am #5726
Themonic-Support
Keymaster
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.