Home Forums Luzuk how to remove sidebar-meta Reply To: how to remove sidebar-meta

#41379
User Support
Participant

Hello Yap,
To remove the “Meta” widget from the sidebar, add the below CSS into your Customizer >> Additional CSS

div#sidebar-meta {
display: none; }

Thank You.