Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #215986

    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!

    #215996

    Hi covertross!

    Please try adding following code to Quick CSS as well

    .av_tab_section a { text-decoration: underline!important; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Links in tabs item not underlined’ is closed to new replies.