Remove Breadcrumbs

Hello ColorLib,
Could you please help me remove the breadcrumbs from displaying?

Hi @ineedhelp,

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

Sure i can help you to remove it.

Could you please share me the page URL from your site where it’s displaying so that i can help you to remove it?

Kind Regards,
Movin

Hello Movin, thank you so much for replying.

I should had mentioned that I’m using your Dazzling theme but I also would like to know what code you are adding, removing or changing. Perhaps this could be achieved with a child theme?
I’m not a programer but I can manage to copy and paste codes in places…

Below are a two links to the pages where I would like to remove the breadcrumbs. You will find the breadcrumbs underneath the title that read: “Untitled » 725 N Venice Ave. Tucson AZ 85711” That is what I would like to remove. Not just on these two pages of course but anywhere within: …/blog/ultimate-auction/*

https://bidonhomenow.com
https://bidonhomenow.com/blog/ultimate-auction/1ez-test-bid-123-2/

Hi @ineedhelp,

Thank you for sharing the page URL.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

body.single-ultimate-auction #wdm_ua_breadcrumb,
body.home #wdm_ua_breadcrumb {
    display: none;
}

Best Regards,
Movin

Oh man! You are awesome! Thank you ever so much!
That code did the trick!

You are most welcome here :slight_smile: