Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #661190

    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?

    #662055

    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?

    • This reply was modified 8 years, 4 months ago by blacksnapper.
    #662228

    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

    #662234

    Thank you so much, it works!

    #662236

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Simple Auction / Enfold CSS’ is closed to new replies.