Styling H3 links in table cells
-
Hi Tobias,
Sorry it’s me again ??
I (with your help) got the table looking cool the other day…
https://racingdatabase.com/adios-amigo/
…and I was able to style the links in the cells in the middle column using…
.tablepress .column-2 a {
color:#6ea432;
border-bottom: 1px dashed;
text-decoration: none;
font-weight: 500;
}…but I’d like to add a centered H3 link below the table directing them elsewhere and I can’t for the life of me figure out how to do it.
It only needs to have the same kind of styling as above, but I’m stretching this row across all three of the columns you see there, merging them, and I don’t know what to put in the custom styling to make that happen.
Also, I’d like to remove the hover effect where it turns grey when you hover over it in this row only.
Can you help? I spent ages on it earlier and no matter what I tried I just couldn’t get it to work.
Sorry for troubling you. I wouldn’t ask if I hadn’t been through everything myself already.
Many thanks,
~ Paul
- The topic ‘Styling H3 links in table cells’ is closed to new replies.