shanshaughnessy Posted November 5, 2020 Share Posted November 5, 2020 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 comment
tuanphan Posted November 6, 2020 Share Posted November 6, 2020 Add to Home > Design > Custom CSS .collection-type-blog.view-item header#header { background: red; } .collection-type-blog.view-item #page { margin-top: 40px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
shanshaughnessy Posted November 6, 2020 Author Share Posted November 6, 2020 Thank you!! That worked, just changed the hex to the top nav color it is throughout the website.👌 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.