Reply To: Breadcrumbs on Landing Page unable to remove

Homepage Community Forums Epik Theme Support Breadcrumbs on Landing Page unable to remove Reply To: Breadcrumbs on Landing Page unable to remove

#14977
Jason M
Customer

    I’m not sure what’s going on, it’s working when I do it on a local install. However, you can have the CSS removed for that specific page. You can try adding this to your CSS(style.css file) –

    .epik-landing .head-wrap {
    	display: none;
    }
    

    Also add this code for the breadcrumbs –

    .breadcrumb {
    	display: none;
    }