Skip to content

Instantly share code, notes, and snippets.

@iamandrewpeters
iamandrewpeters / sermon-manager-grid-cpl-styles.css
Created August 7, 2018 16:31
HTML and CSS for Sermon Manager and Beaver Builder custom post layout
.fl-post-grid-post {
font-size: 14px;
background-color: #fbfbfb;
border: none;
box-shadow: 0 4px 1px rgba(197, 197, 197, 0.2);
background: #f6f6f6;
transition: all 0.3s linear;
width: 100%;
}
@iamandrewpeters
iamandrewpeters / hide-se-logo.css
Created July 30, 2018 17:45
Hide Series Engine logo
/* Hides the Series Engine Logo */
.enmse-poweredby {
display: none;
}
@iamandrewpeters
iamandrewpeters / series_engine_shortcode_classes.html
Created July 27, 2018 18:07
Adding Series Engine classes to HTML with shortcodes
<div class="left-side-sermon-player">[your series engine shortcode]</div>
<div class="right-side-sermon-player">[your series engine shortcode]</div>
@iamandrewpeters
iamandrewpeters / se_snippet.css
Created July 27, 2018 17:55
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;
}