Home Forums Gillion Theme How can i delete breadcrumb Reply To: How can i delete breadcrumb

Home Forums Gillion Theme How can i delete breadcrumb Reply To: How can i delete breadcrumb

Hi @ness018,

 

I hope you are well today and thank you for your question.

 

You can either remove it from page header settings as shown in the attached screenshot or remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

#breadcrumbs {
    display: none;
}

 

Best regards,
Shufflehound team

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