Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #415277

    Hi,

    Is there a way to modify or change the submit button to an image?

    http://provocriminaldefenders.com/

    #415283

    Hi benjamintlakey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top input[type='submit'] {
      font-size: 18px;
      width: 100%;
      background-image: url(https://provocriminaldefenders.utahlegaladvisor.com/wp-content/uploads/sites/9/2015/01/lakey-hogelin-new-logo.png);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: orange;
    }

    Regards,
    Yigit

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