Categories CSS How to remove blue underline from link with CSS? Post author By John Au-Yeung Post date February 13, 2023 No Comments on How to remove blue underline from link with CSS? Spread the love To remove blue underline from link with CSS, we set the text-decoration property. For instance, we write a { color: #ffffff; text-decoration: none; } to select a elements and remove their blue underline with text-decoration: none;. Related Posts How to remove pseudo elements with CSS?To remove pseudo elements with CSS, we set the content property. For instance, we write… How to disable a href link in CSS?To disable a href link in CSS, we set the pointer-event property. For instance, we… How to reset/remove CSS styles for element only?To reset/remove CSS styles for element only, we set the all property. For instance, we… By John Au-Yeung Web developer specializing in React, Vue, and front end development. View Archive → ← How to add outline radius to a div with CSS? → How to add a tooltip to a div with HTML? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Current ye@r * Leave this field empty