Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eStore Forum » WP eStore General Questions

Change text size for terms and conditions

(7 posts) (2 voices)
  • Started 8 months ago by dmtc
  • Latest reply from dmtc
  • Possible Solutions (Related Topics):
    1. Need to change a link in french version of Terms & Conditions
    2. change "terms and conditions" phrase
    3. Change Free Download message text color
    4. joining with out checking terms and conditions check box
    5. Customize Terms and Conditions

Tags:

No tags yet.

  1. dmtc
    Member

    I would like to change the text size for the terms and conditions checkbox, also more importantly to change the text size of the "you must agree to the terms and conditions" warning.

    Thanks.

    Ty

    Posted 8 months ago #
  2. admin
    Key Master

    Find the following block of CSS in the "wp_eStore_style.css" file:

    .eStore_cart_checkout_button{
    text-align:left;
    }

    Once you find it change it to the following:

    .eStore_cart_checkout_button{
    text-align:left;
    font-size:20px !important;
    }

    You can use whatever font-size you want.

    Posted 8 months ago #
  3. dmtc
    Member

    I tried editing the wp_eStore_style.css but did not see any changes on the site. I am most interested in changing the font size for the terms and conditions error message. Does it matter which cart style (fancy) I am using?

    Many thanks

    Ty

    Posted 7 months ago #
  4. admin
    Key Master

    Post a link to the page where I can go and add a product then check your shopping cart display.

    Posted 7 months ago #
  5. dmtc
    Member

    http://www.lifeaudio.org/products/

    Thanks.

    Posted 7 months ago #
  6. admin
    Key Master

    Open the "wp_eStore_style.css" file and search for the following:

    .t_and_c_error {
    color:#E70218;
    margin:0 0 15px;
    }

    Once you find it change it to the following:

    .t_and_c_error {
    color:#E70218 !important;
    font-size:18px !important;
    margin:0 0 15px;
    }

    you can customize the font-size to whatever you like.

    Posted 7 months ago #
  7. dmtc
    Member

    Thank you. Worked great.

    Posted 7 months ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin