Hi Emillioh,
To remove the site title, from your WP dashboard select Appearance > Customize. You land on the Customizer page. On the menu to the left, select Site Title & Tagline and uncheck the Display Site Title & Tagline checkbox.
If you want the tagline but not the site title, simply delete the site title from the textbox. Finally, click Save and Publish button at the top of the menu. That should be all.
I hope this helps 🙂
– Maria Antonietta
yes i already did that, but i want my site tagline to be filled in but in my css code to be disappeared
You can hide the site title by adding this CSS snippet to your child theme or custom CSS editor:
.site-title {
display: none;
}
If the site title doesn’t disappear after adding this code, I’ll need to see the live site so that I’ll be able to better target the element for the CSS.
I hope it works, but don’t hesitate to reach out if there are any issues.
the code still doesn’t work for my site.
the url is http://www.modestnobility.com
oh yes it worked!! thank you very much!