[Resolved] Links no longer underlined

Home Forums Support [Resolved] Links no longer underlined

Home Forums Support Links no longer underlined

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #112196
    Ben

    Sorry if this has been answered before but I can’t find the answer.

    I changed the colour of Hyperlinks and now they are not underlined. I’d like to keep the links underlined if possible.

    Thanks.

    #112209
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Add this CSS:

    a,
    a:visited {
          text-decoration: underline;
    }
    #112489
    Ben

    Perfect, thank you so much!

    #112491
    Tom
    Lead Developer
    Lead Developer

    No problem! ๐Ÿ™‚

    #377919
    David Victor

    I added this under “Additional CSS” in the Customizer, but the links are still not underlined. Shouldn’t this override anything happening anywhere else in the theme?

    #377955
    Leo
    Staff
    Customer Support

    It should. Can you link me to a page that’s not working? Thanks!

    #378062
    David Victor

    Yes, here it is — just some temp site using Elementor/GP, but wanted to work this out:

    http://davidvictor.com/2017gp/

    Thanks!

    #378095
    Leo
    Staff
    Customer Support

    Hmm weird. I can see the CSS but it’s not being loaded.

    Can you test if it works on a page without using Elementor?

    #380896
    David Victor

    Okay, yes, I think it’s working here:

    http://davidvictor.com/2017gp/index.php/testing-css/

    #381032
    Leo
    Staff
    Customer Support

    Hmm yeah it is.

    Well let’s try this:

    .elementor a,
    .elementor a:visited {
          text-decoration: underline;
    }
    #381240
    David Victor

    I think that worked! Check it out!

    #381241
    Leo
    Staff
    Customer Support

    Awesome!

    #381245
    David Victor

    Why though? Is this one of those weird “!important” things that make me crazy?

    #381250
    Leo
    Staff
    Customer Support

    Hmm looks like just one of those page builders overwrite theme style problem I think.

    #381257
    David Victor

    Okay, thank you Leo! ๐Ÿ™‚

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