Forums
Forums / Themes and Templates / How to remove the footer credit in the "Make" theme / Reply To: How to remove the footer credit in the "Make" theme
(@getbin)
10 years, 2 months ago
Have you tried to add #site-footer .site-info{display:none !important;} to your css? This might override the display of the credits.
#site-footer .site-info{display:none !important;}