Skip to content

Instantly share code, notes, and snippets.

@iamandrewpeters
Created July 27, 2018 17:55
Show Gist options
  • Save iamandrewpeters/6672cfeed16acd19a18ca3cb93e4356d to your computer and use it in GitHub Desktop.
Save iamandrewpeters/6672cfeed16acd19a18ca3cb93e4356d to your computer and use it in GitHub Desktop.
Change Series Engine Layout
/* Series Engine CSS for two column view */
/* Add this to wherever you put your CSS. Make sure to add the right and left classes */
/* It would be wise to add another class to the 'affects all' if you are applying CSS sitewide and have multiple SE instances */
/* Affects Left Side */
.left-side-sermon-player .enmse-modern-message-meta {
display: none;
}
.left-side-sermon-player .enmse-modern-message-title {
display: none;
}
/* Affects Right Side */
.right-side-sermon-player .enmse-media-container.modern {
display: none;
}
.right-side-sermon-player .enmse-modern-player-details h3 {
display: none;
background-color: rgba(0,0,0,0.0);
}
#seriesengine h3.enmse-modern-message-meta {
font-size: 16px !important;
font-style: italic;
text-align: left;
margin: 4px 0 6px 0;
padding: 0;
background-color: rgba(0,0,0,0.0);
}
/* Affects All */
#seriesengine .enmse-player {
font-size: 20px !important;
background-color: rgba(0, 0, 0, 0.0);
}
#seriesengine h2.enmse-modern-message-title {
color: #000000;
font-size: 28px !important;
text-transform: regular-text;
letter-spacing: .1em;
font-weight: 600;
margin-bottom: 15px;
text-align: left;
}
#seriesengine .enmse-media-container {
background-color: rgba(0, 0, 0, 0.0);
width: inherit;
padding: 0px;
line-height: 0 ;
}
#seriesengine .enmse-media-container.modern {
padding: 0px;
}
#seriesengine .enmse-share-details.modern {
display: none;
background-color: rgba(0,0,0,0.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment