CL130 Posted January 27, 2023 Share Posted January 27, 2023 Hi, I would like to update my main navigation colour (that is white on a gradient background everywhere) - to be different on the Store page only (Screenshot 2). I would like the nav text there to be black on a white background, without the gradient background, and updating the white logo (imported, not text) + the language switcher to be black also. I had managed to find the code to update the menu text only, although the logo and language switcher + gradient remained as before (as per screenshot 3). Can someone help me? Thanks! Link to comment
tuanphan Posted January 28, 2023 Share Posted January 28, 2023 Hi, What is site url? 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
CL130 Posted February 12, 2023 Author Share Posted February 12, 2023 Hi, just seeing this. Didn't receive notifications before somehow. The url is : https://www.cosmaterra.earth/ Thanks! Link to comment
Solution tuanphan Posted February 15, 2023 Solution Share Posted February 15, 2023 On 2/13/2023 at 3:57 AM, CL130 said: Hi, just seeing this. Didn't receive notifications before somehow. The url is : https://www.cosmaterra.earth/ Thanks! Add to Design > Custom CSS body[class*="type-products"] .header-background-gradient { background-color: white !important; opacity: 1 !important; background-image: unset !important; } body[class*="type-products"] header#header .header-nav-item * { color: black; } body[class*="type-products"] header#header img { filter: invert(1); } 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
CL130 Posted February 20, 2023 Author Share Posted February 20, 2023 Thank you so much! Will try soon when I have a moment. Appreciated. Link to comment
CL130 Posted March 2, 2023 Author Share Posted March 2, 2023 It worked! Thank you. Really appreciated. Link to comment
CL130 Posted May 4, 2023 Author Share Posted May 4, 2023 Hi there again, could you please help me remove the navigation's gradient, but this time on the Homepage. (Custom CSS has also been made for the navigation in the shop section, and happy with it). The gradient remains necessary on other pages otherwise. - the Homepage has a colour background Thank you Link to comment
tuanphan Posted May 6, 2023 Share Posted May 6, 2023 On 5/4/2023 at 11:07 PM, CL130 said: Hi there again, could you please help me remove the navigation's gradient, but this time on the Homepage. (Custom CSS has also been made for the navigation in the shop section, and happy with it). The gradient remains necessary on other pages otherwise. - the Homepage has a colour background Thank you Add to Design > Custom CSS /* Homepage - Remove header gradient */ body.homepage .header-background-gradient { background-image: none !important; } CL130 1 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
CL130 Posted May 8, 2023 Author Share Posted May 8, 2023 Thank you! Whoever you are, you're awesome. tuanphan 1 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