Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #216062

    Hi,

    Each time the theme is updated, I go to “functions-enfold.php” and change 'breadcrumb' => true, to 'breadcrumb' => false,. Normally, it prevents the breadcrumb from appearing.

    Oddly, Enfold update 2.4.5 seems to ignore this change. Or perhaps I missed something (which is absolutely possible).

    Thanks in advance :)

    #216140

    Hi MrNayals!

    You can add this on Quick CSS:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none !important;
    }

    Best regards,
    Ismael

    #216314

    It works perfectly, thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Latest update forces the breadcrumb ?’ is closed to new replies.