Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lewatson

    (@lewatson)

    oops … forgot the site again: https://www.raisethelight.com/

    Plugin Author Evan Herman

    (@eherman24)

    Hi lewatson,

    That greenbox with the white border is the default success message style provided by WordPress. You can easily change the success message CSS attributes using the following :

    .yks-status .yks-success {
      border-left: none;
      background-color: transparent;
      font-size: 16px;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    That should get you headed in the right direction. You’ll want to place that in your child themes style.css file, to prevent future plugin updates from reverting things back to how they were.

    Thanks,
    Evan

    Thread Starter lewatson

    (@lewatson)

    Thanks Evan. I’ll give that a try. I would never have come up with that myself!!

    Plugin Author Evan Herman

    (@eherman24)

    No problem! Let me know how it works for you. If you’re still having difficulties I’ll give it another look over.

    Thread Starter lewatson

    (@lewatson)

    Will do. Right now I’m having issues with that submit button working.

    Plugin Author Evan Herman

    (@eherman24)

    It seems to be working for me, if that helps at all.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘css for Success Message’ is closed to new replies.