Home Forums Jevelin Theme Need to disable breadcrumbs in Jevelin..have reached dead end. Reply To: Need to disable breadcrumbs in Jevelin..have reached dead end.

Home Forums Jevelin Theme Need to disable breadcrumbs in Jevelin..have reached dead end. Reply To: Need to disable breadcrumbs in Jevelin..have reached dead end.

Hi @imperativity,

 

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

 

You can disable 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;
}

 

If it the above solution doesn’t work for you then could you please share me your site URL where it’s displaying so that i can troubleshoot it?

 

Best regards,
Shufflehound team