Viewing 7 replies - 1 through 7 (of 7 total)
  • Noc2

    (@noc2)

    At the following code to your theme style.css.
    div#gsubopt-32, div.group-subscription-div {
    display: none !important;
    }

    Noc2

    (@noc2)

    Sorry, this code is better:
    div.generic-button, div.group-subscription-div{
    display: none !important;
    }

    Thread Starter kuobot

    (@kuobot)

    Thanks @noc2 it worked like a charm. ??

    Thread Starter kuobot

    (@kuobot)

    Spoke too soon. Just realized the code you gave me seems to also have removed the “Join Group” button.

    Help?

    Hi all!
    I’ve got the same problem! Did someone find out a way to hide the subscription popup withoud remove the “Join/Leave Group” button?

    Use

    display: none;

    for the .group-subscription-div, not the .generic-button element.

    The new release ob BP 2.5.3 has caused the subscription popup in the header to not display. The popup still pops which is annoying. I have tried the suggested code but it does not fix.

    .div.group-subscription-div{
    display: none !important;
    }

    https://www.10hopecommunity.com/groups-2/the-10hope-palestine-project/notifications/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove popup?’ is closed to new replies.