Remove breadcrumbs from homepage
-
Hi
I removed the breadcrumbs from my homepage with this code:
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
<?php if(function_exists(‘bcn_display’) && !is_front_page())
{
echo “GDJE SE NALAZIM: “;
bcn_display(false, false);
}?>
</div>but it didnt remove the background color that I have setup in css…
see this: https://i.postimg.cc/dVbVxxwt/icv.jpg
how can I get rid of this too??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove breadcrumbs from homepage’ is closed to new replies.