• Resolved jpmixer

    (@jpmixer)


    Hi, I put an image to the submit button, but I would like to change the size of the button and to erase the shadow or border that appears to the right and bottom of the button. I couldn’t find how or where to do those changes. I even got the button to change on mouse hover, changing the transparency attribute. Can you help me?

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hi,

    I tried to check the styles already applied to your button but I cannot open the website. It may be located behind a firewall or open only to a range of IP addresses.

    Anyway, a CSS rule like the following should help:

    #fbuilder .pbSubmit {
    width: 200px !important;
    height: 40px !important;
    border: 0px !important;
    }

    Adjust it as needed. Remember to clear the cache after adding the new styles.

    Thank you for using the plugin!

    Thread Starter jpmixer

    (@jpmixer)

    Hi!

    It worked fine! Thank you!

    I’ll review what is happening with the website, because it is not located behind a firewall. Thank you again.

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