• Resolved sandeld

    (@sandeld)


    I’ve created a slide-in for mobile users that automatically puts them in a hidden group within my email list. The name of that hidden group is called “Opt-in method” and I do NOT want that displayed in my opt-in form like below:

    I feel like that should easily be taken care of in the form settings, but since it is not, I’m trying to remove it using CSS but that’s not working either. I’ve added the custom CSS to my site’s child theme AS WELL AS the custom CSS module in the plugin.

    The code I’m using is here:

    .hustle-modal .hustle-modal-optin_form .hustle-modal-mc_title {
        display: none;
    }

    but no matter where I add it, the group label of “Opt-in method” is always displayed.

    Why is the plugin not recognizing custom CSS, and why isn’t there a simple checkbox in your interface that asks, “Display group label?”.

    • This topic was modified 8 years, 3 months ago by sandeld.
    • This topic was modified 8 years, 3 months ago by sandeld.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @sandeld,

    Hope you’re well.

    I couldn’t see the problem on your link as you show from the screenshot. And looks like you already marked this thread as solved. Did you solve the problem, or is it continue still?

    Cheers,
    Oguz

Viewing 1 replies (of 1 total)

The topic ‘Removing form titles using CSS’ is closed to new replies.