Moving the add to cart button…
-
Been doing a lot of editing recently! I’m using the pre installed woocommerce css and editing from there. Now I have made a lot of changes but I wish to move the “Add to basket button”.
It’s nested in the
`<div class=”single_variation_wrap” style=””>
<div class=”single_variation”></div> <div class=”variations_button” style=””>
<div class=”quantity”>QTNY <input type=”number” step=”1″ name=”quantity” value=”1″ title=”Qty” class=”input-text qty text” size=”4″ min=”1″></div>
<button type=”submit” class=”single_add_to_cart_button button alt”>Add to basket</button>
<input type=”hidden” name=”add-to-cart” value=”20″>
<input type=”hidden” name=”product_id” value=”20″>
<input type=”hidden” name=”variation_id” class=”variation_id” value=”35″>
</div>
</div></blockquote>
How do I remove it from this div? Any ideas. Do I need to delve into functions (which I as of yet have no experience with) I have been using css so far.
Thats the current look, I need to get it out of the div.
- The topic ‘Moving the add to cart button…’ is closed to new replies.