Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ryann Micua

    (@pogidude)

    The answer is simple. Your theme uses bootstrap, and in the bootstrap css file, there is this line of code that makes the input fields to have a height of only 16px.

    To counter this, edit your action box and paste the following into the Custom CSS field:

    .mabstyle-royalty.magic-action-box form .mab-field input, .mabstyle-royalty.magic-action-box form .mab-field textarea{ height: auto; }

    Thread Starter franciscogarciapr

    (@franciscogarciapr)

    Ohh perfect! It works! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Optin Fields do not show written text’ is closed to new replies.