georgieswine Posted June 16, 2023 Posted June 16, 2023 I can't seem to find how to fix this. I've looked for code in the code injection and there is nothing and if I edit in the editor it doesn't do anything. Can anyone help? The second issue is squarespace will not allow me to change the background color or blur the background so the menu is very hard to read.
tuanphan Posted June 20, 2023 Posted June 20, 2023 What is your site url? We can check easier 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!)
georgieswine Posted June 22, 2023 Author Posted June 22, 2023 (edited) https://georgieswine.com Thanks @tuanphan! Edited June 22, 2023 by georgieswine
tuanphan Posted June 23, 2023 Posted June 23, 2023 Add to Design > Custom CSS /* Burger Menu */ div.burger-inner>div { background-color: black !important; } .header-menu-bg.theme-bg--primary { background-color: #f1f !important; } 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!)
georgieswine Posted June 23, 2023 Author Posted June 23, 2023 Thank you @tuanphan! One more problem now, while now I have a background it shows in this pink color, I am not finding this color anywhere within my theme settings. How can I change this or simply just blur the background?
tuanphan Posted June 23, 2023 Posted June 23, 2023 10 minutes ago, georgieswine said: Thank you @tuanphan! One more problem now, while now I have a background it shows in this pink color, I am not finding this color anywhere within my theme settings. How can I change this or simply just blur the background? You try changing First Section Background Color 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!)
georgieswine Posted June 23, 2023 Author Posted June 23, 2023 I was able to change the color in the custom css to #f1f1f1, see the screenshot. That said, no matter what I changed in the design the color would not change. I appreciate all the help. I have 1 more question, is there anything I can add to the CSS to make the background slighty transparent?
Solution tuanphan Posted June 24, 2023 Solution Posted June 24, 2023 you can change your hex color to rgba color background-color: #f1f1f1 !important; to background-color: rgba(241,241,241,0.2) !important; 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!)
Guest Posted June 28, 2023 Posted June 28, 2023 Hello, I have the same problem and cannot see where the code needs fixing. Only on the welcome page but burger shows on others. www.govanhi.com
tuanphan Posted June 28, 2023 Posted June 28, 2023 3 hours ago, govanhi said: Hello, I have the same problem and cannot see where the code needs fixing. Only on the welcome page but burger shows on others. www.govanhi.com Burger is fine to me. Can you share link to page where you have problem? 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!)
Guest Posted June 28, 2023 Posted June 28, 2023 Could it be a Javascript loading issue? How do you move code from Header to bottom to see if that resolves it?
Guest Posted June 28, 2023 Posted June 28, 2023 Ok, it appears that the burger is showing when asking friends & family.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment