Home › Forums › WoodMart support forum › Link text hover underline Link text hover underline This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 25, 2021 at 6:40 am #314464 Javi24Participant Hello, How to add link text hover underline? At a moment change only text color. https://prnt.sc/1qhjqc4 Thank you August 25, 2021 at 10:41 am #314533 Aizaz Imtiaz AwanKeymaster Hello, Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS code section: .textwidget ul.menu li a:hover { text-decoration: underline; } Best Regards. August 26, 2021 at 11:05 am #314740 Javi24Participant Hello, And how to add classical text link -> hover underline? https://prnt.sc/1qjofd1 Thank you August 26, 2021 at 11:28 am #314744 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshot you attached. It seems that you have assigned a class to all the links on your website. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .joon:hover { text-decoration: underline; } Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register