Hi there, we try to implement an auction to our demo enfold theme (wp simple auction plugin). Everything seems fine accept the “+” an “-” Button next to cart button. They show twice and do not consider the Bid increment step. In example Link we send to you the Bid increment is 10.
Any idea? Could you help us with some css?
Here is the new link, bid increment works fine (here 100) but we still need help with the “+” and “-” Button. It shows twice…. any idea?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product .auction_form .quantity input.plus:nth-child(1), .single-product .auction_form .quantity input.minus:nth-child(5) {
display: none!important;
}
Cheers!
Yigit
Thank you so much, it works!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit