• Resolved jadmac12

    (@jadmac12)


    Hello,

    I don’t know what they are referred to as, but I would like to add the “ribbons” to the columns, like the “top pick” ribbon seen on this page: short link deleted

    Additionally, how to I make the buttons have the shadow upon hover?

    Thanks in advance

    • This topic was modified 5 years, 7 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

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.

    Unfortunately, I’m not aware of a directly usable solution for this. You’ll basically have to add certain HTML code to your table cells and then use CSS code to style that so that it looks like a ribbon.

    For the button hovering: Here, you’d apply a box shadow via CSS, e.g. using

    .tablepress a.button:hover {
    	box-shadow: rgba(3,3,3,.4) 0 8px 12px 0px!important;
    }

    The a.button part would have to be adjusted to the HTML structure of your buttons.

    Regards,
    Tobias

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @jadmac12 Please do not use short links in these forums. They’ve been abuses too much in the past and get expanded when found.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the heads up!

    Best wishes,
    Tobias

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