Accidentally deleted "Powered by Nopcommerce" in footer

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi,
when editing the css on out website, we somehow deleted the "powered by Nopcommerce" in the footer and we don't have a license. Is there a way to reverse it without editing other parts of the css?

Thanks.
4 years ago
Did you remove the HTML text or changed its display property to hidden or changed the setting "storeinformationsettings.hidepoweredbynopcommerce" value to true?

1) You can check this and make changes accordingly if you have changed the html.https://github.com/nopSolutions/nopCommerce/blob/develop/src/Presentation/Nop.Web/Views/Shared/Components/Footer/Default.cshtml

2) If you have changed the css property make sure that display property is set as block

3) If you have changed the setting make sure that "storeinformationsettings.hidepoweredbynopcommerce"  setting value is set as true.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.