Title: Removing the Table Hover Effect
Last modified: January 27, 2017

---

# Removing the Table Hover Effect

 *  [robinson819](https://wordpress.org/support/users/robinson819/)
 * (@robinson819)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/removing-the-table-hover-effect/)
 * Good Morning,
 * How do I go about removing the table hover effect and the line on the top of 
   the table hover effect? I am using a table n my home page and this is really 
   causing a problem.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/removing-the-table-hover-effect/#post-8710200)
 * Hi [@robinson819](https://wordpress.org/support/users/robinson819/),
 * I hope you are well today and thank you for your question.
 * You can try achieving this by adding the following CSS code in the Custom CSS
   option of your theme on the below path.
 * Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom 
   CSS
 *     ```
       .table-hover>tbody>tr:hover {
           background-color: transparent;
       }
   
       #page .table tr>td, 
       #page .table tr>th {
       border: 0;
       }
       ```
   
 * Best regards,
    Vinod Dalvi
 *  Thread Starter [robinson819](https://wordpress.org/support/users/robinson819/)
 * (@robinson819)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/removing-the-table-hover-effect/#post-8717547)
 * Thank you very much
 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/removing-the-table-hover-effect/#post-8720367)
 * You are most welcome here 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing the Table Hover Effect’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dazzling/2.1.3/screenshot.png)
 * Dazzling
 * [Support Threads](https://wordpress.org/support/theme/dazzling/)
 * [Active Topics](https://wordpress.org/support/theme/dazzling/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dazzling/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dazzling/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/removing-the-table-hover-effect/#post-8720367)
 * Status: not resolved