- This topic has 3 replies, 2 voices, and was last updated 6 months, 3 weeks ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi ! I love using your theme. One thing: in the customizer I can easily edit links over colors for Top Bar and Menu sections; but weirdly enough, not for the content of the site. The option doesn’t show up.
Could you tell me which code to add in custom CSS to change the hover color for content only ? (I don’t want it to affect top bar, menu, header…)
Thank you very much
jerome
Hi Jerome,
At first, thank you for choosing our theme and service.
You can change the link colour using theme options, please navigate to Dashboard > Appearance > Customize > Colors > Content > Accent, but you cant change the hover colour, we can create a custom CSS snippet for you just give us colour hex code.
Kind Regards
Yes I did notice the “Accent” color. For Hover, that would be very kind of you.
You can use this hex #76aa2e
Regards, Jerome
Hi Jerome,
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
.post-content a:hover {
color: #76aa2e;
}
.page-content a:hover {
color: #76aa2e;
}
Kind Regards