Search for: Log In Free Support [Support request] enumeration underline links Home › Forums › Support › enumeration underline links This topic has 3 replies, 3 voices, and was last updated 1 year, 1 month ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 17, 2019 at 11:36 pm #1107462 Roland I have some enumerations in my text. In the enumeration there are links. How can i get them to be underlined. For the other links in the text i use p a:link, p a:hover, p a:active, p a:visited { text-decoration: underline; text-decoration-color: currentColor; } December 18, 2019 at 7:10 am #1107870 DavidStaff Customer Support Hi there, you would use this CSS selector to target the links in the table: td a:link Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 18, 2019 at 9:57 am #1108025 Roland Hi David, for a table a perfect solution. It works. But for a normal enumeration in a continuous text like text text text – link – link – link text text text i don´t see any solution December 18, 2019 at 5:56 pm #1108346 TomLead Developer Lead Developer Are we talking about a numbered list? If so, try this: ol a Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In