Hi,I'm trying to stop video thumbnails to become the banner on its own blog page. I found some code like this allow me to do so take out the whole banner. But is there any way that will keep the navigation on top? or even allow me to use the same banner as the blog main page?
.collection-type-blog .banner-thumbnail-wrapper {display: none !important;} .collection-type-blog .entry-title {display: block !important;}
Any help would be greatly appreciated.