Home › Forums › Luzuk › RE: Disable or Customize Side Categories List › Reply To: RE: Disable or Customize Side Categories List
Hello Arisha, Do you want to remove the home page static category sidebar? If yes, then add a given CSS into your Customizer >> Additional CSS.
.sidecategorie { display: none; } Thank you.