Skip to main content
All CollectionsHelp Articles for New UITroubleshooting
Offer Buttons/Dropdowns missing (New UI)
Offer Buttons/Dropdowns missing (New UI)
Cristal avatar
Written by Cristal
Updated over a week ago

If you're experiencing problems with the visibility of certain elements on your theme, such as custom-made dropdown menus, you may want to consider adding some custom CSS. Generally, the theme's default style sheet isn't custom-tailored to the special objects used in advanced coding.

To quickly fix this issue, copy and paste the following snippets of CSS in the Custom CSS section of the app. Navigate to the Advanced tab> scroll down to the Custom CSS section.

For the missing Add to Cart button, input the following:

.nudge-offer input.bttn,.nudge-offer button.bttn{ visibility: visible; display: inline; }

If the Variants/Dropdown items are missing, paste this line:

.nudge-offer form span.variants-wrapper select,.nudge-offer form span.quantity-wrapper select{ display: inherit; }

This should make your offer button and dropdown menus visible again.

Advanced Tab

Custom CSS

Save your changes and then perform a page refresh to confirm they have been applied. To ensure the most current information is displayed, clearing the cache of your browser may also be necessary.

Did this answer your question?