Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >>Theme General Options.

    Now copy below code and paste into custom css editor.

    .enigma_header_breadcrum_title {
        display: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter geffynho

    (@geffynho)

    hi,

    thanks for the answer, but i guess i didn’t express my self rightly :

    i still wanna keep the top title of the page, but remove the line : home/nameopthepage

    do you think it’s possible?

    many thanks !

    Hi,

    Please remove above css code and add below css into custom css editor.

    .breadcrumb {
        display: none !important;
    }

    Save the changes.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘remove the Breadcrumbs’ is closed to new replies.