We use the Hayden template and I'm trying to *just* suppress the banner image and blog post titles in blog posts. I discovered a code for this, but now my navigation bar, which is normally transparent on top of banner images has disappeared, or rather it remains transparent. Is there a way I can force the navigation to be non-transparent and appear at the top? Also, if there is a better/more clear cut code for what I'm trying to accomplish, I'd be open to that as well! Here's the code I injected into just our blog header:
Question
shanshaughnessy 0
Site URL: https://www.fairfaxbible.org/sermons-2/2020/11/2/spiritual-fruit-patience-1-thessalonians-514
Hi There,
We use the Hayden template and I'm trying to *just* suppress the banner image and blog post titles in blog posts. I discovered a code for this, but now my navigation bar, which is normally transparent on top of banner images has disappeared, or rather it remains transparent. Is there a way I can force the navigation to be non-transparent and appear at the top? Also, if there is a better/more clear cut code for what I'm trying to accomplish, I'd be open to that as well! Here's the code I injected into just our blog header:
<style>
.banner-thumbnail-wrapper figure {
opacity: 0;
}
.collection-type-blog.view-item .banner-thumbnail-wrapper {
display: none;
}
</style>
Link to post
Top Posters For This Question
2
1
Popular Days
Nov 6
2
Nov 5
1
Top Posters For This Question
shanshaughnessy 2 posts
tuanphan 1 post
Popular Days
Nov 6 2020
2 posts
Nov 5 2020
1 post
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment