Hide content for member level

I’ve seen lots of shortcodes that allows me to show content to certain members. However, I’d like to hide ads from a certain member level and can’t figure out which shortcode to use to hide the code.

Angela,

Assuming that you want to hide these ads from level 4 members, you’d write something like this:
[s2If !current_user_is(s2member_level4)] Put the ads here to be seen by everyone except level 4 members [/s2If] Put the rest of the text for the post or page here. Everyone with access to the post/page will be able to read this, _including_ level 4 members.

Thank you very much :slight_smile: