Title: specific Cell hover
Last modified: July 22, 2023

---

# specific Cell hover

 *  Resolved [sadavissr](https://wordpress.org/support/users/sadavissr/)
 * (@sadavissr)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/specific-cell-hover/)
 * I am trying to have only table cells with text in them put blue lines on top 
   and bottom of the cell on hover. But whenever I add the specific cell (.row-1.
   column-1) to the CSS, the hover gets turned off. How do I specify only certain
   cells (td:hover) to put lines on top and bottom on hover? Here’s what my CSS 
   says so far…
 * .tablepress-id-14 td:hover {
   border-top: 3px solid #00009c;border-bottom: 3px
   solid #00009c;
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fspecific-cell-hover%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/specific-cell-hover/#post-16915103)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You will essentially have to combine these two CSS selectors, e.g. like
 *     ```wp-block-code
       .tablepress-id-14 .row-1 .column-2:hover {
         border-top: 3px solid #00009c;
         border-bottom: 3px solid #00009c;
       }
       ```
   
 * Regards,
   Tobias

Viewing 1 replies (of 1 total)

The topic ‘specific Cell hover’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/specific-cell-hover/#post-16915103)
 * Status: resolved