Site URL: https://dogfish-rhubarb-3kts.squarespace.com/
I am having a similar problem with change showing when the CSS editor is live, but not on the actual page. I am trying to customize a button so it is just text, no outline or background, and no background color on hover or click. It works great when the editor is live but otherwise it still flashes a white background on hover/click:
This is the code I have added to the Design/Custom CSS editor:
.sqs-block-button .sqs-block-button-element--large {
border: 0;
color: black;
}
.sqs-block-button .sqs-block-button-element--large:hover {
background-color: #ffffff00!important;
opacity: 1 !important;
color: #fefefe !important;
}
.sqs-block-button .sqs-block-button-element--large {
padding: 4rem !important;
}
If anyone could advise what I did wrong I would really appreciate it. If it helps to check it out on the site you can check it out here. The very first section has one of the buttons with the issue ("Oculus Quest 2"). https://dogfish-rhubarb-3kts.squarespace.com/
password: havealook
Thanks!
Brett