Text box

Hello, I'm using localhost with the latest(as of 8/12/13) version of both plugin and wordpress. I'm trying to make the text area of the box more opacity. I went into the .css files and tried changing values and had no luck. Any suggestions?

Comments

  • 1 Comment sorted by
  • Vote Up0Vote Down
    Hello,

    Thank you for getting in contact with us.

    You don't really need to edit the plugin .css files in order to make changes, you can use the Custom Style settings for that: http://screencast.com/t/eZTOhCyiuj

    By default the textareas should have a 100% opacity if that is not your case the problem is most likely to be related to your theme CSS.

    You can try the following CSS code to solve this:

    body form textarea { opacity: 1 !important; }

    Let us know if it helps ok? If the issue persists can you please provide a screenshot of your textarea along with the code that you are currently using to change its opacity?

    We`ll look forward to your response.

    All the best!
Sign In or Register to comment.