becca Posted August 20 Share Posted August 20 .sqs-block-button-element { background: rgba(0, 0, 0, 0.3) !important } .sqs-block-button-element:hover { background: rgba(0, 0, 0, 0.5) !important } Here's what I have currently. It's working great but I want it to *not* happen on one page- the home page. Either I'd like to exclude the landing page OR have this effect only happen to the Secondary button style. Either works for me. How do I do this? Thanks! https://www.wildbluestudios.art/ Link to comment
Solution becca Posted August 21 Author Solution Share Posted August 21 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 } 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