• Resolved morsagmon

    (@morsagmon)


    Hi Tobias.

    I’d like to place links within certain cells in the table and style them, something like:

    a.vaccines-menu:link,a.vaccines-menu:visited {
      display:block;
      font-weight:bold;
      ...
    }
    
    a.vaccines-menu:hover,a.vaccines-menu:active {
      background-color:#1066a3;
    }

    How can I achieve this?

    Thanks!
    Mor

    https://www.ads-software.com/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    By doing just that ?? Add the relevant CSS to the “Custom CSS” textarea. You might want to prepend the .tablepress-id-123 selector to make sure that only those links in a particular table are affected.

    Regards,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    Thanks. That’s what I did …
    ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    great, good to hear that this worked! ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling hyperlinks’ is closed to new replies.