Site logo

[Resolved] Links Colour not Updating with Elementor?

Home Forums Support [Resolved] Links Colour not Updating with Elementor?

Home Forums Support Links Colour not Updating with Elementor?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #679152
    enviedbymost

    Yo guys,

    I’m probably doing something (stupid) wrong, but for some reason, the link colour isn’t updating across the site. It’s updated some places (like the footer), but not the body of some posts.

    I’ve tried all the usual goodies like clearing cache and deactivating these plugins

    Also, do you know why/how to set the underline to be the link colour, too? That’d be awesome!

    Any ideas, please?

    Thanksss.

    #679178
    David
    Staff
    Customer Support

    Hi there,

    have you disabled Global Colors in Elementor?

    #679181
    enviedbymost

    Hey David,

    I have indeed!

    #679189
    David
    Staff
    Customer Support

    Are you able to share a link to a problem page? Elementor straps in a lot of additional classes so would need to see what is overwriting the customiser styles.

    #679199
    enviedbymost

    Sure, no problem, David.

    Here’s an example. https://www.jamiecoleiro.com/hip-hop-playlists/dope-hiphop-playlist-8/

    Quite a few links scattered throughout the page.

    #679286
    David
    Staff
    Customer Support

    OK, can you try Customiser > Colors > Content and change the link color there.

    #679301
    enviedbymost

    Woohoo. That fixed it, thanks David! 🙂

    The last thing was around setting links to be underlined by default.

    Using the same page above, the hover state underlines the text— I’m looking to switch this logic around.

    Thanks again for helping me with the color change 🙂

    #679368
    David
    Staff
    Customer Support

    So you have added this CSS:

    .inside-article a:hover {
        text-decoration: underline;
    }

    You could do this instead:

    .inside-article a:hover {
        text-decoration: none;
    }
    .inside-article a {
        text-decoration: underline;
    }
    #679841
    enviedbymost

    This worked too! Thanks so much for your help, David. Really appreciate it. 😍

    #679880
    David
    Staff
    Customer Support

    Glad to be of help 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.