becca
-
Posts
10 -
Joined
-
Last visited
Community Answers
-
becca's post in Change button hover opacity on all BUT one page was marked as the answer
solved- adjusted to
.sqs-block-button-element--large {
background: rgba(0, 0, 0, 0.2) !important
}
.sqs-block-button-element--large:hover {
background: rgba(0, 0, 0, 0.5) !important
}
.sqs-block-button-element--large { background: rgba(0, 0, 0, 0.2) !important } .sqs-block-button-element--large:hover { background: rgba(0, 0, 0, 0.5) !important }