• Resolved backpackingseries

    (@backpackingseries)


    Hello,

    Thank you for a super plugin!

    I’ve been using it for a few months now and have run in to a UI-related problem.

    On the page link, I have content for guests area and members area and, access-wise, it all works perfect. My only requirement is to be remove the default message that the Members shortcode inserts This content is for registered users only. Please login.

    I use a different login button just underneath and so, this text and the login link is redundant. Also, I want to remove this default Members message from only this page and not from other places on the site (where I use the Members shortcode).

    I have tried removing the relevant text and link from the insert shortcode (for Members) creator window. But, the message still shows up.

    Please help!

    Kind regards,

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

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

    (@gn_themes)

    Hello @backpackingseries,

    1. Navigate to Dashboard - Shortcodes - Settings and look for the Custom CSS code field;
    2. Paste the following snippet into that field:

    .su-members.su-members-hidden {
      display: none;
    }
    

    3. Click the Save Changes button;
    4. Use the following shortcode:

    [su_members class="su-members-hidden"]Content for logged members[/su_members]
    
    • This reply was modified 5 years, 7 months ago by Vova. Reason: Updated the answer
    Thread Starter backpackingseries

    (@backpackingseries)

    Wow! That was a lightening fast response and super helpful! :))

    Thank you very much, @gn_themes

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help please! How to hide the default message for Members shortcode?’ is closed to new replies.