I'm building a site using Bedford. I set the site header to transparent. And I removed the header image on blog pages as I didn't like the design.
I used this code for that:
/* don't show thumbnail as banner image behind blog post title (hard to read) */
.collection-type-blog .banner-thumbnail-wrapper {display: none !important;} .collection-type-blog .entry-title {display: block !important;}
But now I can't see the site header or navigation on a blog post page b/c it's white and the background is transparent.
Is there any way to set the background color for the site header for blog posts only (including all future posts)? Or to change the color of the logo and navigation for blog posts only?
Question
Mountainmint
Hello,
I'm building a site using Bedford. I set the site header to transparent. And I removed the header image on blog pages as I didn't like the design.
I used this code for that:
/* don't show thumbnail as banner image behind blog post title (hard to read) */
.collection-type-blog .banner-thumbnail-wrapper {display: none !important;} .collection-type-blog .entry-title {display: block !important;}
But now I can't see the site header or navigation on a blog post page b/c it's white and the background is transparent.
Is there any way to set the background color for the site header for blog posts only (including all future posts)? Or to change the color of the logo and navigation for blog posts only?
Thanks!
Link to comment
Top Posters For This Question
1
3
3
5
Popular Days
May 18
3
May 15
2
May 17
2
Apr 11
1
Top Posters For This Question
Mountainmint 1 post
tuanphan 3 posts
ChrisBartow 3 posts
SBSidekick 5 posts
Popular Days
May 18 2020
3 posts
May 15 2020
2 posts
May 17 2020
2 posts
Apr 11 2020
1 post
Popular Posts
tuanphan
Add to Home > design > Custom CSS .collection-type-blog.view-item .Header-branding-logo { filter: invert(1); }
ChrisBartow
You can use this code on the Post Blog Item Code Injection to invert the logo. <style type="text/css"> .header-title-logo { filter:invert(1); } </style> Guessing some
tuanphan
.collection-type-blog.view-item .Header-nav-item[href="/contact"] { background: red !important; }
Posted Images
11 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