Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1189992
How to remove breadcrumbs
Closed

Comments

  • gunesakdogan started the conversation

    Hi;

    Thanks for that great theme. 

    I am creating custom parent category pages to include subcategories for my website. For this purpose I don't need to show breadcrumbs on subcategories. 

    How can i remove the breadcrumbs?

    Or is there a easy way to point the parent category links to my custom pages on breadcrumbs?

    Kind regards;

  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme, we are so pleased you like it.

    Unfortunately, there is no option to remove breadcrumbs only for subcategories, it can be either hidden for all pages or shown. You can hide breadcrumbs using some Custom Css, just paste code below into Elated Options > General > Custom Css field 

    body.page .eltdf-breadcrumbs-holder {
        display: none!important;
    }

    and it will remove breadcrumbs from all the pages.

    The breadcrumbs are predefined in theme files and there is no easy way to change links for the breadcrumbs items, they by default point to the parent categories.

    Please let us know if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • gunesakdogan replied

    Hi;

    I added the custom css code as you mentioned but it's still visible on categories. 

  •  1,845
    Elated replied

    Hello there,

    Sorry for that, it seems that we haven't targeted all pages on your site.

    Can you please try using this Custom Css code

    .eltdf-title .eltdf-title-holder .eltdf-breadcrumbs-holder{
        display: none!important;
    }

    Just paste it into Elated Options > General > Custom Css field.

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.