alandsandro Posted November 30, 2021 Share Posted November 30, 2021 (edited) Site URL: http://simonegiorgifisioterapista.it/ Hello All, I can't change the site title color on mobile when the nav menu is open. Don't know if I'm missing something, i'm a noobie with css code. I'm using this but is not working. @media screen and (max-width:767px){ .header--menu-open a#site-title{ color: #3b3b3b !important; } } I would also like to know how can i remove the play button for an Art video Background both on mobile and desktop. Many Thanks (site pass: giorksfisio) Edited November 30, 2021 by alandsandro Link to comment
Beyondspace Posted December 1, 2021 Share Posted December 1, 2021 (edited) 20 hours ago, alandsandro said: Site URL: http://simonegiorgifisioterapista.it/ Hello All, I can't change the site title color on mobile when the nav menu is open. Don't know if I'm missing something, i'm a noobie with css code. I'm using this but is not working. @media screen and (max-width:767px){ .header--menu-open a#site-title{ color: #3b3b3b !important; } } I would also like to know how can i remove the play button for an Art video Background both on mobile and desktop. Many Thanks (site pass: giorksfisio) I've checked that the title has already been styled as the color you set. Have you tried change into another color? Currently, title color is #3b3b3b To remove the play button for an Art video Background, try in Home > Design > Custom Css .background-pause-button.visible { display: none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited December 1, 2021 by bangank36 tuanphan and alandsandro 2 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, Lightbox Studio pluginIf 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
alandsandro Posted December 2, 2021 Author Share Posted December 2, 2021 On 12/1/2021 at 4:07 PM, bangank36 said: I've checked that the title has already been styled as the color you set. Have you tried change into another color? Currently, title color is #3b3b3b To remove the play button for an Art video Background, try in Home > Design > Custom Css .background-pause-button.visible { display: none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Many Thanks! 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