Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter emillioh

    (@emillioh)

    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.

    Thread Starter emillioh

    (@emillioh)

    the code still doesn’t work for my site.

    the url is https://www.modestnobility.com

    Thread Starter emillioh

    (@emillioh)

    oh yes it worked!! thank you very much!

    So glad it worked ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Site Title display’ is closed to new replies.