Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1265608

    Hello! I am working on a site using Enfold as the theme and EasyCart as the commerce plugin.

    All looks good in both Chrome and Safari, but when viewing the product page in Firefox, there are these extra arrows in the quantity selector that I would like to remove.

    Upon inspecting, it seems that these are being affected by the webkit appearance option. When uncheck the webkit properties, the arrows disappear. How can I replicate this on the site?

    Here is the code I pulled from Inspect:

    #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    border-top-color: rgb(225, 225, 225);
    border-right-color: rgb(225, 225, 225);
    border-bottom-color: rgb(225, 225, 225);
    border-left-color: rgb(225, 225, 225);
    padding: 8px 6px;
    outline: none;
    font: 1em “HelveticaNeue”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    }

    Site linked in Private Content.

    Thanks so much for your help!

    #1265902

    Hey bewelltended,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-mozilla input.ec_quantity {
        -webkit-appearance: textfield;
    }

    Best regards,
    Rikard

    #1266040

    Hi Rikard! Thanks so much for your response.

    Using the code above, I’m still not able to make those elements disappear, though using -webkit-appearance: textfield; in Inspect does indeed make the second set of arrows disappear.

    Any other ideas?

    Thanks so much!

    #1266075

    Hi Rikard! I was actually able to figure out the CSS I needed to target this.

    You can go ahead and close this thread.

    Thanks so much!

    #1266118

    Hi bewelltended,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Webkit properties’ is closed to new replies.