Your cart is currently empty!
Subscribe and checkout labels css
—
by
Hi – we just purchased your “groups paypal” plugin:
how to change the text color and font size for the text labels above the subscribe and checkout buttons?
see: https://www.screencast.com/t/hj0fz1y9yczu
—
fyi: we tried to search your forum – but we found no way to search only within the “groups paypal” forum.
how can we search only “groups paypal” forum ?
—
Posted in Groups PayPal
Comments
One response to “Subscribe and checkout labels css”
Hi there team Soft Designs,
I trust you all are well and safe!
Thank you so much for choosing and using Groups and Groups Paypal. It brings us great joy to have you as our valued customer.
In order to style the text, label, and button you would need to apply custom CSS.
For example, let’s say you wanted to make the title and price of the subscription green, with a font size of 20px and bold: you could use the following CSS rule:
[class*=”subscription-“] .title,
[class*=”subscription-“] .price {
font-size: 20px;
color: green;
font-weight: 500
}
Last but not least, assuming you wanted to make the buttons teal with white text, then you could do the following:
[class*=”subscription-“] input[type=’submit’]{
font-size: 16px;
color: #fff;
font-weight: 500;
background-color: teal;
}
Here’s a quick resource that teaches you how to add CSS to your website:
* https://wordpress.com/support/custom-design/editing-css/
* https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Once again, I must thank you for using Groups and its extensions. I wish you and your team a very fruitful and awesome week ahead.
STAY SAFE!
Kindest regards,
Eugen.