I had to use !important when placing the CSS in my theme “options” which has the highest hierarchy. I’m assuming there is some CSS specificity that I’m unaware of. Changing the CSS in the SCSS file for Sermon Manager did not produce a change.
.wpfc-sermon-footer{
margin-top: 8px !important;
padding-top: 6px !important;
border-top: 1px solid #ddd;
}
.wpfc-sermon-main{
padding: 11px !important;
padding-bottom: 4px !important;
}
.wpfc-sermon-meta-series{
margin: -10px 0 8px 0 !important;
}
.wpfc-sermon-meta-date{
margin: 8px 0 0 !important;
font-weight: 600 !important;
color: #b10000;
}
.wpfc-sermon-audio{
margin-top: -25px !important;
}