-
AuthorPosts
-
October 13, 2020 at 12:24 pm #28203lee BurbankGuest
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/oH5FgB9YQuikTSyTPCJk0GrazvVAZUHope this helps. Please write back if you require further assistance.
Kind regards,
Ese.”October 13, 2020 at 1:21 pm #28213Jesse OwensKeymasterHi 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');
October 13, 2020 at 1:43 pm #28214LeeGuestHi 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
October 13, 2020 at 1:52 pm #28221Jesse OwensKeymasterHi 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.
October 13, 2020 at 2:03 pm #28224LeeGuestbut if I delete the bg-background-color wont that change the background color of the whole page?
October 13, 2020 at 2:05 pm #28227Jesse OwensKeymasterHi 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.
-
AuthorPosts
- The topic ‘Post and Page Builder Changing Color of Forminator’ is closed to new replies.