Hello,
I'm trying to change my mobile menu button to be a gradient color, but I can't find the class selector for it.
I want the button to look like the gradient in the image.
I'm able to change all the other buttons on my webpage using this code:
.sqs-block-button-element--medium.sqs-block-button-element
{
background: -webkit-linear-gradient(left, #05F1EB, #1AC5D9, #359AC3, #4F6EBD, #6645B0);
}
Thanks in advance for any help and tips!