News:

Looking for documentation? Take a look on our wiki

Main Menu

Hide log out from Shopper info

Started by jimv, April 01, 2017, 20:10:38 PM

Previous topic - Next topic

jimv

Hello,

I wish to remove the "Γεια σου jimmy  Αποσύνδεση" (log out) form from the shopper edit information page. I have been searching for the file with ssh but with no luck. Can someone help?

Thanks in advance for your time.

Virtuemart 3.2.0
Joomla 3.6.5

jenkinhill

CSS override is the way to do this. Use Firebug to work it out.

With the default VM templates it would be something like:
#form-login {
display: none;
}

Your template may differ, or you may need to add #cart-view to make the descriptor more specific.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

jimv