SP LMS On Registration Page - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP LMS On Registration Page

NH

Nigel Hancock

Extension 3 years ago

Hi

I have a registration page for people to join my site but at the bottom it is showing reference to SP LMS and I do not want that how can I disble SP LMS showing?

https://thevword.uk/index.php/component/users/registration?Itemid=101

Thanks in advance

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #66955

Hello Nigel Hancock

Please use this CSS to Template Options -> Custom Code -> Custom CSS to hide it.

#member-registration fieldset:nth-child(3) legend,
#member-registration fieldset:nth-child(3) .row {
    display: none;
}

Best regards

0