Home › Forums › Iconic One Pro Support › How to Change Logo font color & mouse hover color › Reply To: How to Change Logo font color & mouse hover color
June 4, 2020 at 4:39 am #6050
Themonic-Support
Keymaster
Thank you for the link.
Your site is using a page template for home page. Use like this:
.top-header a {
color: #0099ff;
}
and for hover
.top-header a:hover {
color: #cb6df2;
}