• For some reason on this page, the directory for the site shows up on the live page. Now how I imagined or wanted it.

    Any help would be appreciagted.

    https://ibb.co/fQ0Q5VF

    • This topic was modified 1 year, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    the item you have circled has the class from learn-press-breadcrumb.
    you can hide the display by adding CSS something like this:

    to request guidance to properly remove the breadcrumbs, please start a topic for plugin’s support team:
    https://wordpress.org/support/plugin/learnpress/

    you can try to hide the display of breadcrumbs by adding CSS something like this:

    @media (max-width: 768px){
    .lp-archive-courses ul.learn-press-breadcrumb {
        display: none;
    }
    }
    Thread Starter mrdesho

    (@mrdesho)

    Thanks Lisa. Nice, I’ll try that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page directory shows up on live page’ is closed to new replies.