• Resolved Stacy (non coder)

    (@functionmunchkin)


    Comment form buttons, product buttons, all are not as pink as the title in mobile view. How to also keep them square?

Viewing 1 replies (of 1 total)
  • Theme Author Scott Bolinger

    (@scottopolis)

    Hi, this is the default webkit behavior. You can override that by adding this to your child theme stylesheet:

    .button,
    button,
    html input[type=”button”],
    input[type=”reset”],
    input[type=”submit”],
    .more-link,
    .page-links a {
    -webkit-appearance: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘All buttons color is off in mobile view’ is closed to new replies.