Update Virtuemart registration form

Support desk for Multipurpose Quark Theme
GK User
Fri Dec 09, 2016 3:19 pm
Hello,
I would like to know if it is possible to delete the first 2 buttons of the registration forms of
Virtuemart. I do not understand why they are placed there - they do not serve anything here - while they appear at the bottom of the page wisely (see screenshot attached).
https://dl.dropboxusercontent.com/u/603 ... n-test.png

Do you know where I can delete the relevant code?
Best regards.
User avatar
Senior Boarder

teitbite
Tue Dec 13, 2016 12:22 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Thu Feb 02, 2017 11:13 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.cart-view #userForm > fieldset:first-child > h2,
.cart-view #userForm > fieldset:first-child > .control-buttons {
display: none;
}
User avatar
Moderator

GK User
Thu Feb 02, 2017 4:02 pm
Works! Thank you
User avatar
Senior Boarder

teitbite
Mon Feb 06, 2017 1:52 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron