alexandra_venusinpieces Posted September 6 Share Posted September 6 Hi, I'm trying to remove the transparent gradient behind the menu on just the main blog page and individual blog pages on my website. I need the transparent gradient on the rest of the site so that the menu is legible over the header images/videos, but the dark transparent gradient on the white background of the main blog page and individual blog pages looks strange. I'm not a CSS whiz, or a CSS anything, but I tried the following with no success: #collection-64add8659c05751789d8ed1a { div.header-announcement-bar-wrapper { color: #ffffff } } Any help is greatly appreciated! https://www.venusinpieces.com/ Link to comment
Solution tuanphan Posted September 7 Solution Share Posted September 7 You can add this to Website > Website Tools > Custom CSS /* Blog Page Header */ [class*="type-blog"] .header-background-gradient { background-color: black !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
alexandra_venusinpieces Posted October 10 Author Share Posted October 10 This worked so well! Now I need to do the same thing for the main Shop page and all individual product pages. Is there another class I can target to do this? Shop page: https://www.venusinpieces.com/shop Example product page: https://www.venusinpieces.com/shop/p/frosted-peppermint-candle Link to comment
tuanphan Posted October 13 Share Posted October 13 Use this /* Shop + Detail product Page Header */ [class*="type-products"] .header-background-gradient { background-color: black !important; } alexandra_venusinpieces 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
alexandra_venusinpieces Posted October 18 Author Share Posted October 18 @tuanphan Thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment