• Resolved jpt145

    (@jpt145)


    Im trying to make a mouse over change the background color of the cell the mouse is over using td:hover state….. but I cant seem to get it working. Instead the entire row turns white. At the moment I have some CSS which is changing the color of the entire ROW. I’ll be deleting that CSS entry. I just want the CELL to change color on mouseover.

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress td:hover {
    	background-color: #ff0000 !important;
    }

    To turn off the hover effect on the full row, just uncheck the corresponding checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Individual TD Hover changes background-color’ is closed to new replies.