Hey there Rachel,
How are you doing today?
This can be done with some custom CSS. Please try adding the following CSS code in Appearance >> Theme Options >> Advanced Settings >> Custom CSS:
.entry-content a:hover {
color: ##6c8dab;
}
This should change the hover color in the content. If this doesn’t work please post link to your site so I can take a look.
Hope this helps 🙂
Best regards,
Bojan
I tried this option but it didn’t change the link on the main page for example :’Suivez l’atelier Stuc & Mosaic sur Facebook !’ the link is on Facebook. This is the title of a custom carousel on the main page…
Rachel
Hey there Rachel,
Oops I’ve added double # in the code above. If you’re looking to change only the color of that specific link then please try adding the following:
.hometitle a {
color: #000;
}
.hometitle a:hover {
color: #000;
}
Replace color hex values to the ones of your choice, first part should change link color and the second link hover color.
Hope this helps 🙂
Best regards,
Bojan
ceriseduweb, just to be clear your links are going to be set by the primary color you set in your theme options > basic styling.
Bojan’s css will change just the link in your custom carousel title if you want that to be different from your primary color.
Kadence Themes
This is great !
Exactly what I needeed.
Many many thanks!
Rachel