Site logo

Archived topic

Exclude hyperlink effect on last column of Tablepress

3 replies · Started by Trạng on August 2, 2022

Viewing posts 1–4 of 4

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

Hi there,

Try this CSS:

.entry-content .tablepress p a {
    border-bottom: none;
}

Thank Leo! It works now :)

No problem :)

This archived topic is closed to new replies.