Welcome

This code snippet library features advanced modifications you can make to customize your Squarespace 5 site. While we do not provide custom programming support, we've assembled the following guides as a reference to help you get started.


HTML Guide

CSS Guide

Javascript Guide

Monday
Jan162012

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;
}
« Style Text In Form Pages and Widgets | Main | Customize Search Fields and Text »