This solution was shared with me too!
body:not(.button-style-default).button-style-outline .sqs-alternate-block-style-container .newsletter-block .newsletter-form-button {
border: 3px solid #201F33!important;
}
Site URL: https://www.goodhousecreeping.com/
I'd like to adjust the thickness (and color) of the newsletter submit button and social links to match the horizontal rule used in the footer. Any help would be much appreciated!
I have an image hover CSS code implemented, but it affects all images on my site. Is there a way to affect just the linked images?
This is the code I am currently using:
.sqs-block-image .intrinsic .image-block-wrapper img:hover { opacity: 0.5; }