Login Fields - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Login Fields

MK

Michael Kellner

Helix Framework 2 years ago

Hello,

I use Joomla and HelixUltimate in current versions. I can't hide the login fields on the Coming soon page. Do you have a tip? In joomla I disabled the login module, but the fields are still showing.

Many thanks and best regards from Bavaria Germany.

Michael

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #125314

Hi Michael,

In Template Options > Custom Code > Custom CSS

.coming-soon-login {
  display: none;
  visibility: hidden; }
0
MK
Michael Kellner
Accepted Answer
2 years ago #125319

Great Support, thanks!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #125316

HI

Thanks for contacting us. You can use this custom CSS

.coming-soon-login {
  display: none !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
MK
Michael Kellner
Accepted Answer
2 years ago #125320

Great Support, thank`s!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #125324

You are always welcome.

0