Is there an easy way to do this? sorry not a code person…
Also, how can I NOT display the header and breadcrumbs on an installed plug in post?
http://www.fiercedancecompany.com/ai1ec_event/creative-movement-for-3-4-yr-olds/?instance_id=1
I have display header turned off in Enfold theme options but it still shows up on event posts?
Many thanks!
lisette
Hey,
You can use this on your custom.css or Quick CSS to hide the header and breadcrumb:
.single-ai1ec_event #header, .single-ai1ec_event .stretch_full.container_wrap.alternate_color.dark_bg_color.title_container {
display: none;
}
single-ai1ec_event .fixed_header.social_header #main {
padding-top: 0;
}
Regards,
Ismael
I tried pasting both in Quick CSS and it took away both- I tried just pasting each one in Quick CSS and I did not get the desired result.
I want to KEEP main nav. and header and delete breadcrumbs – could you clarify code for just removing that part please?
Thanks again,
lisette