Forums
Forums / Theme: Go / Remove Website Title
(@tessadesign)
4 years, 11 months ago
Hi There,
Can anyone help me remove the site title from the header to display the logo only? This has only appeared recently after an update.
The site currently has the following custom CSS which is no longer working;
.site-title {display: none; !important }
.site-description { display: none; !important }
h1.site-title { display: none !important }
Thanks,
Tess
The page I need help with: [log in to see the link]
(@sydh)
Hey Tess,
I went to Appearance>Theme Editor and pasted the following code in Additional CSS:
.site-header .site-title, .site-header .site-description{ display:none; }
Let me know if that works!
It did – thank you, Sydney.
The topic ‘Remove Website Title’ is closed to new replies.