Hide “my site title” on pages in Customize with code Posted April 20, 2023 I have just started and am already going bananas. I cannot get “my site title” off the pages. I would switch layouts to one that doesn’t have it showing, but I cannot get that to work either. eksdesignandrestoration.com I’ve tried .homepage a#site-title { visibility: hidden; } and .homepage .header-title-text { display: none; }
Hide “my site title” on pages
in Customize with code
Posted
I have just started and am already going bananas.
I cannot get “my site title” off the pages. I would switch layouts to one that doesn’t have it showing, but I cannot get that to work either.
eksdesignandrestoration.com
I’ve tried
.homepage a#site-title {
visibility: hidden;
}
and