• Resolved johnnyo1012

    (@johnnyo1012)


    Hi, I am using the Hustle Plugin. I have made a slide in on my website and would like to know how to change the slide in close button color? Please help. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @johnnyo1012,

    Hope you’re doing well ??

    When you edit your Opt-in or Custom Content expand Content and Design section and then under Colors enable Customize Colors option.
    This will open color customizer where you can adjust different colors, including the close button.

    Cheers,
    Predrag

    Thread Starter johnnyo1012

    (@johnnyo1012)

    Yes, I see that but I have changed every color and the close button has not changed color. My website is jmotechnology.com

    I have attached a picture to this post of what I see. I have changed every color but nothing changed the close button. Please help.

    Color Options

    Thanks.

    Thank you for the feedback. We are going to add the color picker for the Custom Content close icon in our upcoming release. In the meantime, you can add this to Custom CSS.

    .wph-modal .wph-modal--close a {
        border: 0;
        box-shadow: none;
        color: #014e89;
    }
    
    .wph-modal .wph-modal--close a:hover {
        color: #014e89;
    }

    Let us know if you have any other questions!

    Thread Starter johnnyo1012

    (@johnnyo1012)

    Thank You, It worked!

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slide In/Pop Up Close Button Color’ is closed to new replies.