• Resolved kyushubec

    (@kyushubec)


    Hi Marc,

    Thanks again for all your support so far and great plugin!
    I am using the shortcode you provided to imbed the configurator.
    As the configurator is already showing on the page I’d like to hide the configure button if possible.
    I tried to mess around with css and when I do I end up hiding the ‘add to cart button’ along with it.
    I’m a bit out of my depth it seems.
    Is there code that would allow me to do this?

    Thank you!

    • This topic was modified 4 years, 1 month ago by kyushubec.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi there,

    This CSS will hide the button when both the embedded configurator and the button are present.

    .configurator_is_inline button.configure-product.configure-product-simple {
        display: none;    
    }

    Though the button might show until the configurator is setup.

    In that case, and if all your configurable products use the same model, you can use this CSS:

    button.configure-product.configure-product-simple {
        display: none;    
    }

    Marc

    Thread Starter kyushubec

    (@kyushubec)

    Oh that did it! Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Configure Button when embedding’ is closed to new replies.