• how to remove breadcrumbs that the Learn Press plugin uses.?I want to delete them, as there are bread crumbs of the main theme.Please help, I have already tried everything

    • This topic was modified 1 year, 11 months ago by gladiatordj.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can use this override in the functions.php file

    
    LP()->template( 'general' )->remove( 'learn-press/before-main-content', 'breadcrumb' );
    

    Thanks

    Thread Starter gladiatordj

    (@gladiatordj)

    @briantp thank you very much, everything worked out.Is it possible now to make a small gap between the title and the courses, literally 1 cm or 5mm?So that it would not be so merged

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can use the CSS code to change it.

    Thank

    Thread Starter gladiatordj

    (@gladiatordj)

    That’s the problem, I’m afraid to get into these changes myself, it’s not a problem to insert the code, it would only be, but thanks anyway

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove bread crumbs that the Learn Press plugin uses.?I’ is closed to new replies.