Okay
  Public Ticket #1961181
Link in the website
Closed

Comments

  •  7
    jdefranclieu started the conversation

    Hello,

    I would like to know which css code I should add to get rid of the underlining on my link.

    If you go to the home page and you're hovering the ``Tous les projets +`` link it's going grey, but if you go on the ``services`` link it`s underlined, how to get rid of the underline on the link  please ?

    Thanks for your help

    Jerome

  •  1,559
    Laborator replied

    Hi Jerome,

    Add this CSS to Custom CSS:

    /* Multiplle Areas: Removes the Underline Animation in Theme Links */
    .site-footer a:after, 
    .blog-posts .post-item .post-details .post-title a:after, 
    .single-post .post .post-meta a:hover:after,
    .wrapper a:after, 
    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:after, 
    body a:after {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  7
    jdefranclieu replied

    Hello Art,


    It work fine, thanks a lot have a nice weekend.


    Jerome

  •  1,559
    Laborator replied

    Happy to hear that Jerome, have a great weeksmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group