Is there a way to remove the breadcrumbs on the template and fullwidth pages? Also is there a way to remove the darkening only the template and full width image? Thanks Pat
Try this for the first issue: #crumbs{ display:none; } For the second thing this code might help: .container { box-shadow: none!important; } Cheers !!!