alandsandro Posted November 30, 2021 Posted November 30, 2021 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)
Beyondspace Posted December 1, 2021 Posted December 1, 2021 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
alandsandro Posted December 2, 2021 Author 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.