Site Title and Tagline | WordPress.org

Moderator
t-p

(@t-p)

Check Dashboard -> Settings -> General

@t-p What should I do there. I see the site title and tagline but how do I hide them.

  • This reply was modified 3 days, 4 hours ago by briannan.

Moderator
t-p

(@t-p)

If you don’t want them, don’t enter them there.

  • This reply was modified 3 days, 4 hours ago by t-p.

@t-p is there a way to hide them without removing them. My blog used to hide it when I chose that option in the customize setting but then it starting showing it.

Moderator
t-p

(@t-p)

(1) Site title:

Your site title is an image https://i2.wp.com/simplylifebybri.com/wp-content/uploads/2020/12/cropped-cropped-Logo-11-2.png?w=426&ssl=1

To remove the text title:
.site-title{display:none;}

(2) To remove tagline:
.site-description {display:none;}

Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

As an alternative, especially if you intend to modify more than just CSS, create a child theme.



Source link