I am having trouble with my buttons on my website, only on the mobile version. The top line/border has been cut off a few of the buttons. I have added the following code to ensure all of my buttons are the same (outline only).
https://www.zukabeauty.com.au/
.button{color: #4C4C4D;}
.button:before, .button:after, .button:hover:after{box-shadow:none; border: 0.50px solid #4C4C4D;}
a.button.button–primary {
background: transparent !important;
}
.button:hover{
background: #F9E6E0;
color: #4C4C4D;
}
a.button.button–primary:hover {
background-color: #FFF5F0 !important;
}
a.button.button–primary {
border: 0.50px solid #4C4C4D;
}
