[Resolved] Exclude hyperlink effect on last column of Tablepress

Home Forums Support [Resolved] Exclude hyperlink effect on last column of Tablepress

Home Forums Support Exclude hyperlink effect on last column of Tablepress

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2300981
    Trạng

    Hi there, I want to exclude hyperlink effect on the “Check latest price” of Tablepress last column. How can I do that? Let’s say in the screenshot, I want the text is orange color with orange underline. Not blue.

    Screenshot here

    #2301012
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-content .tablepress p a {
        border-bottom: none;
    }
    #2301029
    Trạng

    Thank Leo! It works now 🙂

    #2301039
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.