Hey everyone,
I want a Parallax block to appear on desktop and laptop screens and to disappear on phones and tablets. I realize I have to use a bootstrap in the “Extra class” field. So for the parallax I used .hidden-xs, and it’s hidden on phones. So far so good. But how can I combine it with the .hidden-sm, so that it is hidden on both phone and tablet? .hidden-xs-sm doesn’t work, .hidden-xs, .hidden-sm doesn’t either.
Furthermore I added a text box below the Parallax that has the same content as the Parallax, just without the photo. I want it to appear on mobile devices instead of the Parallax. Same issue here: How can I combine the .hidden-md and .hidden-lg code?