css for button
-
Hello!
Trying to add some custom css to style the payment button. What am I mising here? Your button is near the bottom and trying to reproduce the red one at the top. See below…
.simpay-payment-btn .stripe-button-el:hover {
color: white !important;
background-color: #0047BA !important;
text-decoration: none !important;
bottom: 61px;
}.simpay-payment-btn .stripe-button-el .stripe-button-el {
color: white;
font-weight: 700;
text-align: center;
background-color: #cc1931 !important;
border: 3px solid white;
border-radius: 40px;
font-size: 28px;
display: block;
padding: 3px 30px;
left: 0;
right: 0;
bottom: 58px;
max-width: 300px;
margin: 0 auto;
}Thanks for your assistance-
The page I need help with: [log in to see the link]
The topic ‘css for button’ is closed to new replies.