03/31/2016 at 3:46 pm
#371245
Keymaster
@ Deanna
In this file there is a lot of CSS that are overriding the style of the template. Specifically, this CSS:
.vcard {
text-align: center;
font-family: ff-meta-serif-web-pro, serif;
letter-spacing: 0;
font-style: italic;
font-size: 12px;
margin-bottom: 3em
}
.vcard .adr a {
padding-right: 10px;
background: transparent url(http://pelotonlabsportland.com/wp-content/themes/peloton/images/glyphicons_242_google_maps.png) no-repeat right top
}
.vcard .adr:after {
content: "\2022"
}
.vcard .tel:before {
content: "\2022\00A0"
}
.vcard .org,.vcard .country-name,.vcard .postal-code,.vcard .region,.vcard .locality {
display: none
}
.vcard a {
text-decoration: none;
color: #444
}
.vcard a:hover {
text-decoration: underline
}
Removing this should fix up the template. Hope that helps!