• Resolved galger

    (@galger)


    Hello Tobias,
    Great TablePress plugin. I would like to disable the underscore on hyperlink text. I added the following to the custom CSS and it didn’t change anything. Do you have any suggestions?

    ********************************
    .tablepress a:link {
    text-decoration: none;
    }
    ********************************

    • This topic was modified 6 years, 7 months ago by galger.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    It seems that your theme is actually adding that underline using a box shadow. To turn that off, please try

    .tablepress a:link {
    	box-shadow: none;
    }

    Regards,
    Tobias

    Thread Starter galger

    (@galger)

    Worked like a charm. Thanks Tobias.
    PS: I left a 5-star review.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for the review, I really appreciate it!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Text link deocoration’ is closed to new replies.