Home › Forums › WoodMart support forum › Add to Cart Popup Close Button › Reply To: Add to Cart Popup Close Button
Bogdan Donovan
Hi,
1. Issue on cart page is caused by following custom code (screenshot https://prnt.sc/1KjP5hmz9fgA). Try to remove it first.
2. Form on checkout page is affected by your custom code. To fix the following issue, try to remove all custom code related to the “select2” class. (screenshot https://prnt.sc/n0Sky4M9Uew4, https://prnt.sc/g0mn6ZBaauAP).
3. Contact form submit button have own control filed in the form editor. To change button styles, first try to navigate to the desired form edit page and add classes to submit button that will define it styles.
For example, to make your submit button with primary color and round shape, try to add following classes:
[submit class:btn class:btn-color-primary class:btn-style-round "Send message"]
Primary color and rounded shape:
[submit class:btn class:btn-color-primary class:btn-style-semi-round "Send message"]
Here is how it looks when classes are added (screenshot https://prnt.sc/nWUswektHRDM).
Kind Regards