Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28203
    lee Burbank
    Guest

    I am having difficulty with a form plugin called Forminator. I cannot change the colors and formating of the forms I am producing as Post and Page Builder is over riding these changes. Below is the analysis from the Forminator Tech support. There are two links to screen captures. Please fix this issue. thank you.

    “Hi Lee

    As explained during our chat, please contact the Post and Page Builder plugin vendor and let them know that:
    Forminator’s text colors are being overridden by the color property set for .boldgrid-section.bg-background-color :not(.btn):not(select):not(textarea):not(input):not(.wp-playlist) in the components.min.css file
    Kindly share the following screenshots with them as well:
    – color active: https://monosnap.com/file/792RPoSlpYkrucaW9YCVhTG5jt2Ajm
    – color inactive: https://monosnap.com/file/oH5FgB9YQuikTSyTPCJk0GrazvVAZU

    Hope this helps. Please write back if you require further assistance.

    Kind regards,
    Ese.”

     

    #28213
    Jesse Owens
    Keymaster

    Hi Lee-

    One way you could prevent this rule from affecting your Forminator button is to use a little bit of custom JavaScript. Navigate to Customize > Advanced > Custom JS & CSS and add this line to your Custom Theme JS:

    jQuery('.forminator-button').addClass('btn');
    #28214
    Lee
    Guest

    Hi Again Jessie

    Its not just the button, it is the back ground color, its text boxes, its any color change that I try to make with background or text. I need a fix that will cover everything and will work in all the forms i try to make.

    thanks

    Lee

    #28221
    Jesse Owens
    Keymaster

    Hi Lee-

    Forgive me for the misunderstanding, I was looking more at the screenshots than the whole problem.

    The underlying problem is that BoldGrid is attempting to compute a text color that contrasts with the background color dynamically. The CSS Class that controls that behavior is bg-background-color.

    So, in order to make sure that isn’t happening on your form, another way to accomplish this would be to switch over to the Text Editor on your contact-us page (or any other page you’re using a Forminator Form), use the Ctrl-F shortcut to Find, and search for any instances of bg-background-color and delete any you find.

    #28224
    Lee
    Guest

    but if I delete the bg-background-color wont that change the background color of the whole page?

    #28227
    Jesse Owens
    Keymaster

    Hi Lee-

    The actual background color itself will be a separate class, similar to color4-background-color (although the number will be different depending on which color you’ve chosen). The bg-background-color class only controls the text contrast.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Post and Page Builder Changing Color of Forminator’ is closed to new replies.