Home Forums Basel support forum Remove breadcrumb from header of blog

Remove breadcrumb from header of blog

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

    gqjesus
    Participant

    How do I remove the breadcrumb from blog catergoies? And how do I change the wording of the breadcrumb (I want to remove archive)

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.category .breadcrumbs{
    display:none;
    }

    Best Regards

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