Hey there.
Sure the css will simply hide the title, but it’s still in the code. If you want to remove it totally then it’s in the header.php of the file. You remove on the line 45:
<?php echo alx_site_title(); ?>
That would remove the code, it shouldn’t be sent out at all then. You’d want a child theme then to preserve updates in the future, although updates may require a manual update to header.php as well. Keep an eye out for that.
Interested to know why you don’t want a title logo or name? ??
Installed plugin simple-custom-css. What you need to register on the page Simple Custom CSS ?
If using my CSS above you simply but that in:
.site-title{display:none}
@mike Orange, oliinyk10 appears to be asking about the site name, not the article the_title(). I don’t believe the seo plugin does anything with the logo/site name?
I don’t use that plugin myself.
Cheers.