Forminator Plugin – Datepicker field – Custom CSS
-
Hi all π
I wonder if someone can help me with something here please?
The theme for my site is Storevilla (https://accesspressthemes.com/wordpress-themes/storevilla/)
I’m using Forminator (https://ww.wp.xz.cn/plugins/forminator/) to make my forms on my website – stunning plugin FYI. I have an issue with the background colour of the arrows on the datepicker field. They are currently blue and I need them to be green to match the rest of my website.
After checking out all the options for changing the appearance of the form within Forminator, I couldn’t find where this blue was coming from so resorted to inspecting the element and I found the specific code that governs this to be:
.forminator-custom-form-421.forminator-calendar–default .ui-datepicker-header .ui-corner-all {
background-color: #17A8E3;
color: #FFFFFF;
}Still using the inspect tool, I changed the background colour to #017f01 which is the colour I want it to be and it worked beautifully. So I copied the code and put it into my Custom CSS plugin so that it would display correctly. Saved the Custom CSS, refreshed the form and when I got back to the datepicker field (it’s on page 3 of the form), the arrows are back to blue again π
I’ve tried adding “!important” after the colour. That fixes the arrows but messes up a whole lot of other stuff on the form. I have a screenshot to show what it does but I can’t post that here unfortunately.
The best I can come up with is that the wp admin theme color setting (which is blue) is overwriting my Custom CSS change, but I don’t know how to fix/change that or alternatively change the wp admin theme colour setting completely.
Does anyone have any suggestions / solutions for me?
Thanks so much in advance π
Regards
SaraThe page I need help with: [log in to see the link]
The topic ‘Forminator Plugin – Datepicker field – Custom CSS’ is closed to new replies.