Home Forums WoodMart support forum Deactivating breadcrumbs on all account/compare/whishlist pages

Deactivating breadcrumbs on all account/compare/whishlist pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #225984

    BertranddesmetsWM
    Participant

    Hi,

    I would like to remove breadcrumbs on several pages : ALL account pages, compare page & Wishlist page. (Screenshot attached)
    Do you have any available CSS for this?

    Thanks a lot for the help!
    Regards,
    Bertrand

    Attachments:
    You must be logged in to view attached files.
    #226025

    Hello,

    I saw the screenshots you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .page-id-12 .entry-header .breadcrumbs {
    display: none;
    }
    .page-id-267 .entry-header .breadcrumbs {
    display: none;
    }
    .page-id-265 entry-header .breadcrumbs {
    display: none;
    }

    Regard’s.
    Xtemos Studio.

Viewing 2 posts - 1 through 2 (of 2 total)