You have to access plugin options under Tablepress plugin and in the textarea provided for Custom CSS, place code as below:
.tablepress-id-#no .column-#no a {
text-decoration: none;
text-decoration-color: pink;
}
#no represents the table id no and column no respectively.
-
This reply was modified 7 years, 11 months ago by
dancia.
-
This reply was modified 7 years, 11 months ago by
dancia.
-
This reply was modified 7 years, 11 months ago by
dancia.
It didn’t work for me unfortunately.
Hi,
thanks for your post, and sorry for the trouble.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Eg:
.tablepress-id-1 .column-3 a {
text-decoration: none;
text-decoration-color: pink;
}
Remember to click save after entering this
This will work for table id 1 , column no 3.
This usually works
-
This reply was modified 7 years, 11 months ago by
dancia.
-
This reply was modified 7 years, 11 months ago by
dancia.
Hi Dancia, Thanks! But it still didn’t work for my table.
Hi TobiasBg, my link is http://box5136.temp.domains/~pinkofwe/2018/06/24/hello-world/#Citi-MaxiGain.
Hi,
thanks for the link!
Indeed, in your case, the theme is adding that line as a border line and not as an actual text underline. Therefore, please try again with this:
.tablepress-id-1 a {
border: none;
color: #ff0000;
}
Regards,
Tobias
Hi Tobias,its perfect! Thank you!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Hi Tobias, would you remove my link shared above? My webpage got hacked with “slot machine hack android” comments after I shared my link. Thanks.
Hi,
unfortunately, as I’m not a moderator here in the forums, I don’t have that capability, sorry 🙁
However, I highly doubt, that the cause for the hack was posting the URL here!
Regards,
Tobias
Hallo Tobias,
ich nutze Table Press und würde gerne wissen, ob es möglich ist in einer Zelle Text zu verlinken!Und wenn ja wie? Danke Gruß Diverebi
Hi Diverebi,
ja, einfach den “Link einfügen”-Button unter den Eingabefeldern nutzen.
Viele Grüße,
Tobias