deoracatherine Posted April 1, 2021 Share Posted April 1, 2021 Site URL: https://www.deoracatherine.com/ I have a button in my mobile menu ("view blog") and I'm trying to change the color of the button (to pink with white text -- i want it the same as it looks on a desktop) and cannot. Any ideas? The button currently does not have a background, text is just white. the other attached photo is the button style i want it to be. thanks in advance! Beyondspace 1 Link to comment
Beyondspace Posted April 2, 2021 Share Posted April 2, 2021 1 hour ago, deoracatherine said: Site URL: https://www.deoracatherine.com/ I have a button in my mobile menu ("view blog") and I'm trying to change the color of the button (to pink with white text -- i want it the same as it looks on a desktop) and cannot. Any ideas? The button currently does not have a background, text is just white. the other attached photo is the button style i want it to be. thanks in advance! try .header-actions .btn, .header-menu .header-menu-cta a { color: #fff; background-color: #e45b92; border-color: #e45b92; } body.header--menu-open .header .header-burger .top-bun, body.header--menu-open .header .header-burger .patty, body.header--menu-open .header .header-burger .bottom-bun { background-color: #fff; } tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
deoracatherine Posted April 14, 2021 Author Share Posted April 14, 2021 On 4/1/2021 at 6:09 PM, bangank36 said: try .header-actions .btn, .header-menu .header-menu-cta a { color: #fff; background-color: #e45b92; border-color: #e45b92; } body.header--menu-open .header .header-burger .top-bun, body.header--menu-open .header .header-burger .patty, body.header--menu-open .header .header-burger .bottom-bun { background-color: #fff; } Worked perfectly!! thank you so much! Beyondspace 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