Style Podcast Enclosure Links
Example: Customize and style the podcast enclosure element in journal entries to your preference.
Note: the below examples demonstrate ways to style both the podcast enclosure area and podcast link element in journal entries using Custom CSS. You can add, edit or omit CSS style attributes to your preference.
/* Style the enclosure wrapper and font face */
.enclosureWrapper {background: #fff;padding: 20px;border: 2px dotted #ff0000;font-family: 'Coda','sans-serif';font-size: 22px;}
/* Style the podcast link and link hover colors */
.journal-entry .enclosureWrapper a:link {color: #666666;}.journal-entry .enclosureWrapper a:hover {color: #333333;}


