Settings – General I leave first two items blank: Site Title and Tagline. Then, they don’t show up on the site.
Try posting on the theme’s support forum -> https://wordpress.org/support/theme/primer/
Please provide a link to a page on your site where we can see this. Thanks. Note: Your link will be public and we will not later remove it.
https://wesbaun.com/shop/
https://wesbaun.com/contact/
Alan it wont let me post on the Primer threads says it detected a duplicate (this one)
.site-title, .site-description {
display: none;
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://wordpress.org/support/article/appearance-customize-screen/
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
Thanks Steven Stern
I copied and pasted the CSS into the Additional CSS area in the Customize appearance mode but unfortunately it doesnt work
Meantime i found this CSS to change the font size to i set it to 2 and you cant see it at all now
.page-title-container .page-header .page-title {
font-size: 30px;
padding: 10px 1rem;
}