Skip to main content

Hello Friends,

I would like to hide “Next Recommended Content” on this screen below:

Is it possible to hide this using CSS? And if so, would you be so kind to share the code? Many thanks-Steph

I am desperately struggling with the same thing!  


@Bfarkas Anything to help out in your CSS magic shop? 


@StephSchulte 

@lrnlab provide the CSS that fixed this for me: 

/*Remove recommendations panel*/

section.items-wrapper {

display: none !important;

}

Link to my post: 

 


Reply