• Resolved tomfatom

    (@tomfatom)


    I am using Hustle on Bridge. I have a problem styling the success message content. It does not accept the color I am styling (white). I have noticed that the message is styled using the same style as my website default “paragraph” style. How can I style it properly? Thanks

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

    (@wpmudev-support1)

    Hi @tomfatom,

    Color changes are applied properly when I test it on my installation so it looks like something on your site is overriding Hustle styling.

    Can you share your site URL so we can check it out and see what the issue is?

    Cheers,
    Predrag

    Thread Starter tomfatom

    (@tomfatom)

    Thanks Predrag
    https://www.chinoiresie.info/
    at present plugin is not active

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @tomfatom,

    We would need to see the popup in order to check what’s affecting its colors.

    If you don’t want to share it to everyone yet what you can do is go to Hustle > Email Opt-ins, edit your optin Popup settings and in there change it to open on click.
    That will give you a shortcode that will act as a popup trigger.
    So create new page, paste the shortcode in there and publish the page.

    Share the URL of that page here and we’ll check it out.

    Cheers,
    Predrag

    Thank you for using Hustle! I am going to close this topic for now because we have not received additional instruction for troubleshooting. If you still need assistance, let us know and we can reopen the ticket.

    Thread Starter tomfatom

    (@tomfatom)

    Hi sorry for late reply, here you can see it active https://www.chinoiresie.info/about-us/

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @tomfatom,

    Thanks for the URL, it looks like your theme is definitely overwriting confirmation text color, but with some CSS we can go around that and change the content color only for the confirmation message, this code should do the trick:

    .wpoi-success-message .wpoi-optin .wpoi-content p {
        text-align: center;
        color: #ffffff;
    }

    Cheers,
    Predrag

    Thread Starter tomfatom

    (@tomfatom)

    Thanks a lot Predrag, it worked!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Success Message Font color’ is closed to new replies.