Forums
Forums / Theme: Accelerate / Cannot hide site title
(@smittyatl)
7 years, 3 months ago
I would like to hide the site title so it is not in the header. I do not have the option to click on anything under customize to hide it.
I tried adding a couple of strings of css to hide it, but they didn’t work.
I need it removed from every page.
The page I need help with: [log in to see the link]
(@anonymized-16453565)
Hey, @smittyatl
Try to add the below code to Appearance → Customize → Additional CSS section and check it fixes the issue or not.
.entry-header { display: none; }
Thanx.
(@zubair789)
7 years ago
try to add the following code.
The topic ‘Cannot hide site title’ is closed to new replies.