How can I get rid of the rectangle, in the header, in the template?
-
Hi! Hope you can help. I want to get rid of the rectangle block within the header of my blog (Hemingway theme) – so that the image I use in the header is fully seen. Is there any way I can do this?
Best wishes, NCThe blog I need help with is: (visible only to logged in users)
-
Hi literarylifestories,
From what I can tell, the only way to go about doing so would be to hide it using a custom style sheet, if you purchase the Custom Design upgrade.
The rectangle block uses the ‘.site-branding’ class, and can be removed with the following:
.site-branding { display: none; }
- The topic ‘How can I get rid of the rectangle, in the header, in the template?’ is closed to new replies.