Subscribe and checkout labels css

Posted in

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 ?

One Response to Subscribe and checkout labels css

  1. Eugen Bleck August 11, 2020 at 1:06 am #

    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.

We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share