Is there a way to remove the box look and the JotForm link?

  • gjohnson0628
    Asked on July 2, 2020 at 12:27 PM
    I do have another question and this is regarding the look of the form when someone clicks on the link. It looks like it has a box around it and then it has Jotforms link down at the bottom. Is there a way to remove the box look and the jotform link? Below is a pic of what I am talking about.
  • Kiran Support Team Lead
    Replied on July 2, 2020 at 1:25 PM

    The border seems to be applied by the WordPress theme on the web site. You may try injecting the following CSS code to the WordPress theme from the WordPress admin to the theme to see if that helps.

    .embed-jotform > iframe {

        border: none !important;

    }

    Please note that you may be required to have a Premium plan to inject custom CSS to the website if you are using wordpress.com website.

    Thanks!