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 ?
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
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
Hello Art,
It work fine, thanks a lot have a nice weekend.
Jerome
Happy to hear that Jerome, have a great week
Best regards,
Laborator Team