• Resolved Tyler Tork

    (@tylertork)


    When designing a subscribe form, I entered a Text block with a border and defined a background color (“#ffdddd”). However, when I view the form in a browser, the background color isn’t applied. Looking at the HTML your plugin generates, I see this CSS rule which applies to the paragraph in question:

    #ipcm1 {
    padding: 14px;
    width: 100%;
    border: 1px solid rgb(18, 18, 18);
    container-background-color: #ffdddd;
    border-radius: 9px 9px 9px 9px;
    }

    In the CSS standard, there doesn’t appear to be any such property as container-background-color, and it doesn’t do anything in the Edge browser, current version.

    On the sample page, I’ve corrected this problem for myself by adding custom CSS for the #ipcm1 selector, but I’d appreciate if you’d fix your plugin so this workaround is not necessary.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tylertork,

    Thank you for highlighting this issue!

    We have successfully replicated it and will address it in the upcoming release.

    Best regards,

    Hi @tylertork,

    I hope you’re doing well!

    I’m pleased to inform you that we have released version 5.7.50 of the plugin in which we have addressed the issue you previously reported. I recommend updating the plugin and checking to see if the issue is resolved. If it persists, we will investigate further.

    I look forward to your feedback!

    Plugin Contributor Shubhanshu Kandani

    (@shubhanshukandani)

    Hi @tylertork ,

    Since the inquiry has been resolved, I’m closing this thread for now. If you have any further questions or issues related to the plugin, feel free to reopen it. You can open a new thread from here. We will be happy to assist you further.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Form code generates invalid container-background-color CSS property’ is closed to new replies.