Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – "checkout with paypal" button appear too small
- This topic has 9 replies, 4 voices, and was last updated 7 years, 4 months ago by admin.
-
AuthorPosts
-
February 16, 2016 at 6:42 pm #12977ZivMember
Hi, First, thanks for this great plugin!
I installed it, using the default settings.
After I added an item to the cart I see the “checkout with paypal” button, but its very small and not so clear (I am talking about the checkout_paypal.PNG file), the real measurements of the actual PNG file is 143×41 px but on my site it looks much smaller.
How can I make it to appear as 143×41 px on my site?
February 16, 2016 at 9:07 pm #72577wzpModeratorPlease provide a link with instructions, so that we can see the issue.
February 17, 2016 at 12:14 am #72578adminKeymasterThere is likely a CSS conflict on your site. Once we can inspect it on your site, we will be able to tell you what to do.
February 17, 2016 at 3:13 pm #72579ZivMemberThanks for the fast response,
Site is still under construction but the shopping cart is already fully functional, the address is greenumbrella {dot] info
Below the video there are a few icons, click on one of them (and of them) to add the product to the shopping cart, then look at the right side bar to see that the checkout image is smaller than 143×41 px (the line “checkout with paypal” and the credit cart icons as too small)
February 18, 2016 at 1:33 am #72580adminKeymasterApply the following CSS tweak to prevent your theme’s CSS from interfering with that button image:
.eStore_paypal_checkout_button{
height: auto !important;
}You can use the following plugin to apply this custom CSS tweak:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
February 18, 2016 at 11:35 am #72581ZivMemberWork as expected! Thanks a lot!
Ziv
July 3, 2017 at 4:19 pm #72582dankdesignsMemberHi…not sure where to put the code. Is it the CSS for estore or for the theme (thesis theme)? Also, how would I also make the variation text (e.g. size, color options) larger.
Thanks,
Geoff
July 4, 2017 at 12:01 am #72583adminKeymasterYou can use the custom CSS plugin I shared in my previous post to inject the CSS code to your site (that way you don’t have to change the plugin’s code).
Regarding the thesis theme, the following post should be helpful:
July 4, 2017 at 11:24 am #72584dankdesignsMemberHi,
I’ve tried the CSS plugin and it doesn’t seem to work. I read the article you posted for thesis theme and added the following code to make the paypal checkout button bigger and it didn’t make a difference…not sure what I’m doing wrong.
.eStore_buy_now_button, .eStore_subscribe_button, .eStore_button
{
background: #EBEBEB;
border: solid #ebebeb;
min-width: 600px;
}
Also the variation options (size, color) remain small.
July 5, 2017 at 12:38 am #72585adminKeymasterThe buttons and the variation dropdowns on your site look standard to me. Thats the size it is suppose to be. You can compare that with our plugin demo here:
https://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-plugin-demo-175
To me it seems like you want to customize them and make them bigger than the usual. I have sent you an email to get more details so I can provide help.
-
AuthorPosts
- You must be logged in to reply to this topic.