• Resolved wordmax

    (@wordmax)


    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)
  • Plugin Author Veda

    (@vedathemes)

    Hi @wordmax,

    Thanks for the wonderful suggestion.

    I will certainly look into it and try to implement it in the future update.

    Thanks again for your time.

Viewing 1 replies (of 1 total)
  • The topic ‘Make the row for podcast entry hover a color, etc.’ is closed to new replies.