Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Did you get my email reply?

    Please don’t edit the plugin. Any changes will be overwritten by a plugin update.

    Those colors are not set by this plugin. If you want to have a look, the form CSS file is wp-content/plugins/strong-testimonials/css/wpmtst-form.css.

    In the Inspect Element console for an input field, on the right-hand side, scroll down until you see “background-color” Here’s a screenshot.

    The source file is listed next to it. In this case, those style rules are added to your index.php and are not in a CSS file. Looking at the block below that, the background color is originally set in style.min.css.

    (You can temporarily disable that style rule by hovering to the left of the rule and unchecking it.)

    Normally, you can click on that filename to view the source, but that doesn’t always work with index.php so instead right-click on the page and “View page source”. Doing that here shows that line 185 is

    input, textarea, ins, pre {background-color:#F0F0D6;}

    in an inline style block labeled

    <!-- This site is using Weaver II 2.1.12 (41) subtheme: default -->

    I recommend contacting Weaver support to see how to make your desired changes.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Anything to report?

    Thread Starter pkacs

    (@pkacs)

    Chris:

    Nothing yet. Have had a very busy week & haven’t had an opportunity to get back into it. Hope to be able to delve into it again this weekend.

    I appreciate your input/suggestions, & will reach out to Weaver Support & will let you know what they say.

    I’m pretty green at CSS & HTML, teaching myself & picking up as I go along.

    Thank you!

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Since this is not directly related to the plugin, I’m closing this thread.

    I’ll be glad to help if Weaver cannot but they should be given the first opportunity. I’ve straightened out my email problem so feel free to contact me here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Input area background color’ is closed to new replies.