Sermon Manger remove who posted it

Hello,

I am currently using X theme for my website. For our sermons, we are using sermon manager. I am looking to remove who posted it and the date it was posted as shown here: http://www.mockup.bethanyplace.com/sermons/series/learning-to-live-in-a-new-country/. How would I go about doing this?
Thanks!

1 Like

Hi There,

Please add the following CSS under Customizer > Custom > Global CSS:

body.archive article.wpfc_sermon .p-meta {
    display: none;
}

Thank you so much for your help!

One more question. It removed it from the main and the series page but on the individual sermons it is still there. How can I remove it from each individual sermon such as shown on this page: http://www.bethanyplace.com/sermons/what-does-god-want/?

Hi There,

Please add the following code to Theme Options CSS

.p-meta,.sermon_date  {
display: none;
}
.single-wpfc_sermon .wpfc_sermon_image {
     margin-top: 0px;
}

Hope it helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.