I am just looking for the lines of code to remove the 'plus' and 'minus' signs. Would like to do this myself, do you now where I can find that, in what file?

    gewoon-jeroen That's URL doesn't work, that's why I asked for the login info. Coud you share the correct URL?

    gewoon-jeroen Thanks for the URL, you can try with this custom css:

    div.productdetails-view .addtocart-bar .quantity-controls {
        display: none;
    }

    thanks.
    I have one more issue on this page: I would like for the textinput box to be bigger. I have figured out the settings I would like using Chromes Dev tools. But I cannot find the right name of the class to address in the override file.

    I found the element is referred to as: <textarea id="116" class="vmcustom-textareainput validate[maxSize[300]] field" rows="5" cols="60" maxlength="300" name="customProductData[21][5][116][comment]" placeholder=""></textarea>

    What should be the right class name?

      Write a Reply...
      You need to Login to view replies.