Tagged: underline links
Hi, I had to add this code to css for the links in the website to be underlined
.avia_textblock a { text-decoration: underline; }
but it doesn’t seem to work on the links in my tabs. See here: http://covert-ross.com/services/
At the end of the content in each tab, there is a link at the bottom and I would like for it to be underlined too. Thanks!