- This topic has 1 reply, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › How to Change the Size of the Checkout Button
Tagged: Billing Information, checkout, checkout button, shopping cart
Hello,
I would like the checkout button shown in the link below to be the same length as the gray shopping cart box above it and centered.
The checkout button (paypal_checkout.png) seems to be restricted to a certain size with that gray line around it.
Here is a picture of my checkout button: http://shop.havefunteaching.com/checkout-button-tipsandtricks.png
Thank you so much!
Please open the “wp_eStore_style.css” file and find the following CSS code:
.eStore_paypal_checkout_button{
margin-top:5px;
padding:4px;
border:1px solid #ccc;
width:143px;
height:41px;
}
You can change the CSS here to suit your needs.