Viewing 1 replies (of 1 total)
  • Plugin Contributor yikesinc

    (@yikesinc)

    Hi smaachel.

    There are a few selectors that style the error, notice and success messages:

    Success
    .yks-status .yks-success {}

    Error
    .yks-status .yks-error {}

    Notice
    .yks-status .yks-notice {}

    If you wanted to change the background of the Success message to orange, in your stylesheet you would add:

    .yks-status .yks-success {
         background: #fcad04;
    }

    I hope this is helpful!

Viewing 1 replies (of 1 total)
  • The topic ‘Changing confirmation box message’ is closed to new replies.