• 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)
  • Hi @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

    (@robinson819)

    Thank you very much

    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.