basmistry Posted October 26, 2016 Share Posted October 26, 2016 How do I REMOVE or HIDE Prestashop Addons Membership Signup & Login in Modules and Connect PrestashopMarketplace Links in the BackOffice Top Menu? Whilst the customer knows its Prestashop and no problems with Prestashop branding they don't want users signing up etc Link to comment Share on other sites More sharing options...
tuk66 Posted October 27, 2016 Share Posted October 27, 2016 I would simply hide all unwanted items by CSS. For example, use: .addons_connect { display: none; } to hide the "Connect to PrestaShop Marketplace account" button. Link to comment Share on other sites More sharing options...
rocky Posted October 27, 2016 Share Posted October 27, 2016 The easiest way is probably to hide it using CSS by adding the following to themes/default/css/admin-theme.css: .addons_connect, .adminmodules .bg-info { display: none!important } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now