• Resolved ceriseduweb

    (@ceriseduweb)


    Dear support,
    Could you please tell me where I can change the colour of the links in the main text ?
    Cheers,
    Rachel

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter ceriseduweb

    (@ceriseduweb)

    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

    Thread Starter ceriseduweb

    (@ceriseduweb)

    This is great !
    Exactly what I needeed.

    Many many thanks!
    Rachel

    Glad I could help 🙂

    Cheers,
    Bojan

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Hover links in text’ is closed to new replies.