Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey there Nicolas,

    How are you today?

    If this is what you’re referring to https://screencast.com/t/lRuslZzqzLO7, you can remove it with some custom CSS. Please try adding the following CSS code to Appearance >> Theme Options >> General Settings >> Custom CSS:

    div#breadcrumbs-core {
    display: none;
    }

    This should remove the breadcrumbs in your site. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Nicolas Castrillon

    (@nicolascastrillon)

    It worked perfectly! Thanks a lot! ??

    Theme Author ThinkUpThemes

    (@thinkupthemes)

    No worries, glad to hear the issue is now resolved!

    If you get a chance we’d absolutely love for you to leave a review for Renden. Don’t worry if you don’t get a chance, we know how busy it can get when building a new site. ??

    If you have anymore questions please do let us know! I’ll go ahead and mark this ticket as resolved now.

    Hi,

    I have a similar problem to that of Nicolas. How do I disable the intro without affecting the Breadcrumbs? My intro repeats the name of the page title and I would like to disable it.

    Thanks in advance for your help.

    Hey there keimma,

    Hope you’re well today!

    Unfortunately I’m not sure I understand what you’re trying to do. Could you please add more information so I can better understand the issue you’re dealing with. Could you please add a screenshot of which part you’re looking to remove?

    Additionally could you please post link to your site so I can take a look?

    Best regards,
    Bojan

    Hello Bojan,

    Sorry for my late response. This is a link of the page. https://www.acsoo.ca/?page_id=8 (Sorry the page is in french). You will notice that the Breadcrumbs is gone (I’ve used the custom css suggested) but there is a title (“ORGANIGRAMME”)which is the replica of the submenu title. I would also like this to disappear.

    Thanks in advance,

    Best regards,

    Keimma

    Hey there Keimma,

    I’m still unsure if you’re looking to remove only the title or the whole intro area so I’ll post both solutions here:

    To remove only the title and keep the breadcrumbs please try adding the following CSS code as explained above:

    #intro-core h1.page-title {
    display: none;
    }
    #intro.option2 #breadcrumbs {
    width: 100%;
    }

    This should remove the title and keep the breadcrumbs in the intro area.

    In case you want to remove the whole intro area please try adding the following instead:

    div#intro {
    display: none;
    }

    This should remove the whole intro area.

    Please let me know if this helps ??

    Cheers,
    Bojan

    Hi Bojan,

    You’re a star. The solution worked. My issue was to remove the title while keeping the breadcrumbs and the first code is just doing the job perfectly.

    I’m learning how to use this fantastic theme to build my website.

    Many thanks.

    Keimma

    Glad I could help ??

    Cheers,
    Bojan

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Breadcrumbs’ is closed to new replies.