Kunena Forum Shows 2 Login Modules - Question | JoomShaper

Kunena Forum Shows 2 Login Modules

PL

Patricia Lawson

Extension 3 years ago

You can see this on my site: https://help.thinkiq.com/index.php/support-forum

I see two login modules! https://imgur.com/a/8WF1CvK\

Thank you

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #8422

Hi, yes, one login is from template and 2nd from component itself.

To hide login button from our template - you should use:

ul.sp-my-account {display: none;}


About Kunena code customization, it's beyond included JoomShapers support.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #8408

Hello Patricia Lawson

I have used this CSS in your css/custom.css file to hide it.

.hidden-desktop:last-child{
    display: none !important;
}

Best regards

0