CSS safari

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #50421
    Xpark Media
    Keymaster

    what version of safari are you suing and are you using a window or mac. can you provide a link to your site, I may be able to provide the styles for you

    #50551
    pathmakumar
    Participant

    Thanks for your reply, just updated to 3,17

     

    I’m using mac, safari 6

    http://www.pixelartsphotography.com.my/?page_id=1387

    #50585
    Xpark Media
    Keymaster

    @pathmukamar, there ara a few form styles on your theme that may affect other forms not just the image store, I sugget contacting the theme developer, in the mean time here are a few styles that can fix the issues

    input[type=chekcbox] {
    -webkit-appearance: checkbox;
    }
    input[type=text] {
    -webkit-appearance: text;
    }
    #ims-pricelist {
    text-shadow: none;
    color: #666;
    }
    div.ims-field.ims-submit input {
    height:auto;
    padding: 1px 3px;
    }
    #50762
    pathmakumar
    Participant

    Hi, Hax thanks for the fix, it works well but the problem came back after i update to 3.1.8, should i reverse to 3.1.7?

    #50775
    Xpark Media
    Keymaster

    make sure that you add styles to your theme not the plugin, or even better use a child theme that way you can update both theme and plugin without losing your changes.

    #50834
    pathmakumar
    Participant

    Got it, Thanks so much hax

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