- This topic has 5 replies, 2 voices, and was last updated 9 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 Photo Seller › Photo Seller – Alter size of the button – Shopping cart
Tagged: shopping cart
Hi, How do I change the size of the button / format the buttons? I would like to use the theme buttons instead of the standard buttons.
e.g. page [http://blog.shankarsphotography.com/photo_details-2/2/318/Golden-Temple1/view/]
Thanks for your help
Shankara
Please provide more details about exactly how big you want the button to be. Changing the photo seller buttons to theme buttons might not be possible but you might be able to tweak the CSS to suit you.
Hi, I would want the buttons smaller rather than bigger. I would like the Add to Cart and Continue shopping buttons as same height – here is the documentation for the theme I am using in WordPress [http://bottomlessdesign.com/demos/mist/HelpFile/#shortcodes]
Hi,
Any Ideas on making the button size same?
Try the following custom CSS:
.wps_photo_details_continue_shopping_section .pure-button{
padding: 0.87em 1em !important;
}
Thanks..