- This topic has 3 replies, 2 voices, and was last updated 13 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Larger paypal_checkout.png button
Hi,
Is it OK to make the paypal_checkout.png image larger. Just that I had a couple of testers say it was hard to read.
Jeff
Just add the following CSS in the “wp_eStore_custom_style.css” file of the eStore plugin:
.eStore_paypal_checkout_button{
width:200px;
height:100px;
}
Obviously change 200 and 100 to the value you prefer.
Hi,
Sorry, I think was not clear.
I don’t just want to set the size attributes to larger. That would most likely result in some poor, lossy quality. I want to actually create a larger image in Photoshop and use that. Do I just replace the paypal_checkout.png image with the new larger one I create and everything is good to go. Or do I need to also set the wp_eStore_custom_style.css file with size of my new file. Any help would most appreciated.
p.s. Thanks for all you help to-date.
Jeff
Yes, you have to first replace the image with a larger version then also apply the CSS change to match the size of the new image.