Pls have a look at the screenprint. How can I change the function of the green 'add now' button (in my web it says 'reageren') on the products page, marked in red? I do not need clients to buy products nor have the button add my product to the shopping cart; I simply want the button to link to a form created with formget. I also wish to get rid of the amount box marked in blue. Thanks for your help. Steven
Hello, Steven! Please follow the screenshot given below :- Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.quantity { display: none !important; } a.single_product_text { padding: 10px 20px; background: #62AF02; color: white; border-radius: 6px; } Hope it will resolve your issue Thanks, Praveen
Dear Praveen! Thanks so much for your assistance! I deleted the code (7) and decided not to add the code for now (8). Please leave this thread open for a week or so. I may wish to add the code in order to connect to the formget form and run into a related issue, thanks. Steven
It is strange, but the add-to-card button and amounts option have reappered whereas your script is still in the styling options.