EKS Posted April 20, 2023 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; }
VisualNotes Posted April 20, 2023 Posted April 20, 2023 (edited) This should work for the pages: .header-title-text { visibility: hidden; } Or also: a#site-title { visibility: hidden; } Of course, it depends on whether you want to make only the text invisible (visibility: hidden;), or whether you want to make the whole element disappear (display: none;). Edited April 20, 2023 by VisualNotes tuanphan 1
tuanphan Posted April 23, 2023 Posted April 23, 2023 It looks like you figured it out with this CSS code .homepage a#site-title { visibility: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment