Home › Forums › Support › Anchor Links underline This topic has 3 replies, 2 voices, and was last updated 5 years, 7 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 2, 2020 at 9:09 pm #1469960 Chitika Hello. I have seen on some sites, that links in a post are underlined with a color. Instead of the anchor text being highlighted. A typical example is this . https://ibb.co/sw82QRK How can I implement this in GP. October 3, 2020 at 5:23 am #1470320 DavidStaff Customer Support Hi there, it requires a little CSS – if you want to use a line color different to the text then add this CSS: .entry-content a { position: relative; } .entry-content a:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: red; } Change the background-color: red; to set a different color rule October 4, 2020 at 10:45 pm #1472374 Chitika @David: Thanks it worked and is beautiful. October 5, 2020 at 12:43 am #1472505 DavidStaff Customer Support You’re welcome 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