- This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Can't get Checkout, Empty Cart, and Remove buttons larger
Hello Support, I am using Stripe payment gateway. I have replaced the checkout, remove, and empty buttons with my own, but estore is shrinking them down to small it is not readable. I want to control the size of the images, I have tried to apply methods listed in the forums but am having no luck.
[http://aliveandhealthy.com/new-website/donations/]
Click the Add To Cart Button
I also found the part of the style sheet which I can play with in firebug, and changing a few percentages changes the size of all the buttons, but when I try to add these to the custom css in my theme, it doesn’t work. However, it does work if I put it into wp_eStore_custom_style.css
It would be nice if I could put it in my Theme’s custom css, but it doesn’t work.
.page_content input:not([type=”checkbox”]):not([type=”radio”]):not([type=”submit”]):not([type=”button”]):not([type=”file”]) {
height:35px;
line-height:33px;
margin-bottom:10px;
padding:0;
width:55%;
}
How can I fix the positioning of the buttons. I want remove and empty in the absolute center of the tables.
Isn’t there a way I could just use my themes submit buttons via code instead of messing with the images?
Hi, I think it would be better if you install our custom CSS plugin: https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Please revert your CSS changes so I can help you customize it.