remove header content and bar
- The topic ‘remove header content and bar’ is closed to new replies.
Need help? Check out our Support site, then
from another post I figured out how to remove the addres/phone/email fields:
#site-top-content > .grid > .row > .twelve .contact-information, #site-top-content > .grid > .row > .twelve .site-top-content {
display: none;
}
But I would really like to remove the space where this information used to be. Is that possible? This is for http://zamadzi.net
The blog I need help with is: (visible only to logged in users)
ok, I figured it out – in the previewer the bar was still there but when I open the website it’s gone. Thanks anyway.