• Resolved 12sp

    (@sp12)


    In the templates, the close x’s and the “no thanks” at the bottom have a background but they don’t on my site, making them hard to see. I can’t figure out what I need to do to fix that.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @sp12,

    Can you try using this CSS code and that should do the trick:

    .hustle-ui .hustle-button-icon.hustle-button-close {
        background: #fff;
    }
    
    .hustle-nsa-link a {
        background: #fff;
        padding: 10px;
    }

    WordPress offers Custom CSS field inside Appearance > Customizer but if your theme disables this and it doesn’t have its own CSS field you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

    Thread Starter 12sp

    (@sp12)

    That worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I make the close “x” within the popup?’ is closed to new replies.