• Resolved sburian

    (@sburian)


    Hi Alex,

    Thank you so much for this fantastic plugin! It’s exactly what I was looking for and works great.

    I’m wondering if it would be possible to remove the subpage list that appears at the top of the parent page. My parent page already contains links and images to my subpages so the list looks a little strange.

    Could it be removed by changing the code?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alex Furr

    (@alexfurr)

    Hi, thanks for the feedback and I’m glad its of some use.
    Try adding this to the stylesheet, or install a CSS plugin and add it to that.

    #learningObjectSubPageMenu {
        display: none;
    }

    That got rid of it for me.

    Alex

    Thread Starter sburian

    (@sburian)

    Perfect! Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Subpage List’ is closed to new replies.