Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1054581

    Hi again,
    Pls refer to screenshot.
    Custom CSS works correctly in Firefox but not Safari. (submit button) How can I get this to display correctly in Safari – both colour + hover + centered?
    Thanks
    Patrick

    Firefox 64.0.2 (64-bit)
    Safari 12.0.2 MacOS 10.14.2 Mojave
    Enfold 452

    CSS code: (in enfold child theme “style.css”)
    —————————–
    /* center submit button */
    p.hidden + p.form_element {
    text-align: center;
    }

    .page-id-12 input[type=’submit’] {
    margin-top:30px;
    font-size:1.2em;
    background-color: white ;
    color: rgba(140, 75, 73, 0.5);
    border: rgba(140, 75, 73, 0.3) 2px solid;
    }
    .page-id-12 input[type=’submit’]:hover {
    background-color: #f0efe7;
    color: #8b4a48;
    border-color: #f0efe7;
    }

    • This topic was modified 5 years, 10 months ago by patricknh.
    #1055222

    Hey patricknh,

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #1055374

    HI Victoria,
    Thanks. That sorted Safari out! /solved

    • This reply was modified 5 years, 10 months ago by patricknh.
    #1055941

    Hi patricknh,

    Glad to hear that :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #1055963

    Thanks you can close it.

    #1056127

    Hi,

    Thanks for letting us know, I’ll close this for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Firefox vs Safari oddities on Mac #2’ is closed to new replies.