How do I change the hover over color for a hover over table in Bootstrap? December 22, 2022 by Tarik Give this a try: .table-hover tbody tr:hover td, .table-hover tbody tr:hover th { background-color: #color; }