SET DEFAULT hide title astra wordpress

  1. Go to your WordPress dashboard.
  2. Click on "Appearance" and select "Customize."
  3. In the customizer, click on "Additional CSS."
  4. Add the following CSS code to hide the title on Astra theme:

.page .ast-page-title { display: none; } .single .ast-post-title { display: none; }

  1. Click "Publish" to save the changes.