Home › Forums › Iconic One Pro Support › How to Change the Color of the Site Name?
- This topic has 7 replies, 2 voices, and was last updated 5 years, 4 months ago by Themonic-Support.
Viewing 8 posts - 1 through 8 (of 8 total)
- AuthorPosts
- August 4, 2019 at 12:50 pm #5725WidiNParticipant
Hi,
Is there a way to change the color of the site name?
Thanks
August 5, 2019 at 5:18 am #5726Themonic-SupportKeymasterHi,
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.
August 5, 2019 at 6:22 am #5727WidiNParticipantHi,
Thanks for your prompt response. I’ve tried both codes.
This code
.io-title-description a {
color: #0099ff;
}doesn’t work. It didn’t change the color of the site name.
This code
a.site-description {
color: #666666;
}works. It changed the color of the description.
August 5, 2019 at 11:45 am #5728Themonic-SupportKeymasterPlease provide live URL so I can check.
August 5, 2019 at 11:56 am #5729WidiNParticipantHere is the link to my website: https://englishforsma.com/
August 5, 2019 at 12:19 pm #5730Themonic-SupportKeymasterThis one will work:
.site-header h1 a { color: #0099ff; }
August 5, 2019 at 12:26 pm #5731WidiNParticipantPerfect. It works. Thanks a lot
August 7, 2019 at 7:17 am #5736 - AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.