MarcMencio Posted June 27, 2022 Share Posted June 27, 2022 Site URL: http://marcmencio.squarespace.com Hello all! My name is Marc, I have a question for the mobile bar color. I changed the color to black on desktop version but I can’t find the way to change it on mobile. I added the following CSS for desktop: header { background-color: #000 !important; padding-left: 30px !important; padding-top: 5px !important; } header#header { margin-bottom: 0px !important; margin-top: 0px !important; } My URL: http://marcmencio.squarespace.com/ Please help me, any answers or coding will be appreciated. Thank you! Link to comment
tuanphan Posted June 30, 2022 Share Posted June 30, 2022 Add to Design > Custom CSS .mobile-bar-wrapper { background-color: black !important; } svg.Icon.Icon--hamburger { stroke: white; } MarcMencio 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
MarcMencio Posted July 1, 2022 Author Share Posted July 1, 2022 On 6/30/2022 at 10:15 AM, tuanphan said: Add to Design > Custom CSS .mobile-bar-wrapper { background-color: black !important; } svg.Icon.Icon--hamburger { stroke: white; } It worked nicely. Thanks much! Link to comment
MarcMencio Posted July 1, 2022 Author Share Posted July 1, 2022 Is there any way to increase the size of the logo for mobile @tuanphan? Here's how it looks now.. Link to comment
tuanphan Posted July 1, 2022 Share Posted July 1, 2022 Use this code @media screen and (max-width:768px) { .mobile-branding-wrapper .mobile-logo-image a { max-width: 150px !important; width: 100% !important; } .mobile-branding-wrapper { padding: 0 !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!) 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