Hello @lowercas3
Could you please provide the link to the page that contains the form and describe the issue to check it in detail? Note the problem can be related to other styles loaded by your website.
Best regards.
Here it is:
https://3roam.com/running-average-calculator/
The instructions no longer appear in blue lettering under the input box and the box itself looks different than it did before.
Thanks in advance
-
This reply was modified 1 hour, 30 minutes ago by
lowercas3.
Hello @lowercas3,
The issue is not caused by our plugin. You are generating static files with all CSS rules on your website and all JS code. However, the static CSS file ignores CSS files in our plugin.
Please insert an “HTML Content” field in the form and enter the following tag as its content to force it to load our plugin styles:
<link rel="stylesheet" href="https://3roam.com/wp-content/plugins/calculated-fields-form/css/stylepublic.css" type="text/css" media="all">Best regards.
