Make the row for podcast entry hover a color, etc.
-
It’s nice for user when hovering over episodes in the list to see a background-color when they hover over the episode in the list.
And if you don’t want the date to be all caps and bold so it’s nicer for mobile view, this is a good thing.
Here’s the code we used to do that:
.pod-entry:hover { background-color:#eeeeee; } .pod-entry__date { font-weight:normal !important; text-transform:none !important; }
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Make the row for podcast entry hover a color, etc.’ is closed to new replies.