Breadcrumbs remove & restore

Home Forums WPLMS AddOns Breadcrumbs remove & restore

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #389948
    MLP LMS
    Participant

    i dont want bread crumbs on certain pages, please tell me how to enable / disable this option from within the system, not some css hack.


     


    #389969
    MLP LMS
    Participant

    awaited please

    #390009
    Anshuman Sahu
    Keymaster

    Im sorry this is not available as of now.only css hack for particular post types is available.

    #390024
    MLP LMS
    Participant

    please let me know how can i do that 

    #390031
    Anshuman Sahu
    Keymaster

    like if you want to hide on pages then use this css : 


    body.page ul.breadcrumbs {display:none;}



    if you want to hide on units then use this css : 


    body.single-unit ul.breadcrumbs {display:none;}



    if you want to hide on products then use this css : 


    body.single-product ul.breadcrumbs {display:none;}

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.