Make individual rows not change when hovering
-
Hi Tobias, currently working on a number of tables on a new site thinkaboutscotland.com
Using this code I changed a cell background and text colour:
.tablepress-id-14 .row-6 .column-1 {
background-color: #983399;
font-size: 12px;
color: #ffffff;
font-weight: bold;
}However because of the hover effect, which I like, the row changes colour when hovering.
Because I want to use the row as a sub heading, how do I make it static like the header row?
edited to add link to table in question https://thinkaboutscotland.com/main-site-index/
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Make individual rows not change when hovering’ is closed to new replies.