• Resolved pinkofwealth

    (@pinkofwealth)


    Hi, I added link to a word in one of the cells in tablepress. But I do not want the word to appear underline.

    What should I do?

    Rather, I prefer the hyperlink word to appear in a different color. Would you advise me?

Viewing 12 replies - 1 through 12 (of 12 total)
  • 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 6 years, 9 months ago by dancia.
    • This reply was modified 6 years, 9 months ago by dancia.
    • This reply was modified 6 years, 9 months ago by dancia.
    Thread Starter pinkofwealth

    (@pinkofwealth)

    It didn’t work for me unfortunately.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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 6 years, 9 months ago by dancia.
    • This reply was modified 6 years, 9 months ago by dancia.
    Thread Starter pinkofwealth

    (@pinkofwealth)

    Hi Dancia, Thanks! But it still didn’t work for my table.
    Hi TobiasBg, my link is https://box5136.temp.domains/~pinkofwe/2018/06/24/hello-world/#Citi-MaxiGain.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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

    Thread Starter pinkofwealth

    (@pinkofwealth)

    Hi Tobias,its perfect! Thank you!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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!

    Thread Starter pinkofwealth

    (@pinkofwealth)

    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.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Diverebi,

    ja, einfach den “Link einfügen”-Button unter den Eingabefeldern nutzen.

    Viele Grü?e,
    Tobias

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove underline in link’ is closed to new replies.