Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1211649

    Hello, I am using the Convert Pro plugin for pop up and subscriber form and a box appears below the frame. How can I correct it? I have tried other topics and it doesn’t happen.
    Thank you.

    #1211670

    Hey pedrodue,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1211907

    Hello, with the Convert Pro plugin, I enter the shortcode of the form and a gray box appears below.
    Why does it appear? How to remove it?
    Gracias!

    #1212083

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    input.cpro-hp-field {
      background-color: transparent; 
    }

    Best regards,
    Rikard

    #1212092

    Hello, I have tried it and it does not work, I think it is not css.
    I have tried other topics and it doesn’t happen. It is only with Enfold.

    #1212477

    Hi,

    It’s CSS, you can see that if inspect the element in your browser. Please try this instead:

    input.cpro-hp-field {
      background-color: transparent !important; 
    }

    And make sure to activate the option to delete the old CSS and JS files under Enfold->Performance.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.