I would like to remove the breadcrumbs on my events page.

Home Forums Calendar Products Events Calendar PRO I would like to remove the breadcrumbs on my events page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #954848
    VLADIMIR
    Participant

    On my events page http://gazart-audit.ru/events/ and single event pages I would like to remove the breadcrumbs.
    I read the whole forum but couldn’t find a way.
    Karma theme is built on in-house developed framework:
    themeforest.net/item/karma-responsive-wordpress-theme/168737/comments?filter=all&site=themeforest.net&term=Karma+is+built+on+framework

    #954874
    George
    Participant

    Hi Vladimir,

    Those breadcrumbs come from your theme, not The Events Calendar itself – we cannot support customizations or tweaks to themes or other plugins, only things specifically related to The Events Calendar and our add-ons for it.

    With that being said, this is quite a simple CSS change so I took a look at your site for you and have CSS you should try out 🙂 Try adding the following CSS to the bottom of your theme’s style.css file:

    
    body.events-archive p.breadcrumb {
        display: none !important;
    }
    

    I hope that helps!

    Cheers,
    George

    #954927
    VLADIMIR
    Participant

    thanks for the idea

    #955098
    George
    Participant

    Glad to help! Best of luck with your site.

    — George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘I would like to remove the breadcrumbs on my events page.’ is closed to new replies.