Hi,
How can I modify the cart position in the product page?
wooskins
POSTED: 2020-05-06
Hello ICECRISTI,
Can you let me know details you want with this modify? Make align with card or style?
icecristi
POSTED: 2020-05-06
Hi,
For example I would like to delete the "SKU && Categories" part from a product page or to move the "Add to cart" button.
url: http://preview.astemplates.com/itempreview/1218
Thank you.
wooskins
POSTED: 2020-05-07
Hello ICECRISTI,
1/ For remove product category and SKU, you just go to Admin > Appearance > Customize, open tab "Custom Code" and add more CSS as bellow for that field
.product_meta {
display: none;
}
2/ For add-to-cart move, can you explain more? Do you want to align it?
icecristi
POSTED: 2020-05-07
Comment in status pending...
It will be published after it has been approved by the Website Administrator.
icecristi
POSTED: 2020-05-07
Hi,
But what is the CSS file name for this page? I want to edit more stuff and apparently I cannot do it from the interface.
wooskins
POSTED: 2020-05-08
Hello ICECRISTI,
Sure, you can see this file via "wp-content/themes/ws-kid/css/woocommerce.css"
Get an access to all 58 items designed and developed by Wooskins team plus all the future items
which will be released over the course of your club subscription.
Price starting from $74.00
How can I modify the cart position in the product page?
Can you let me know details you want with this modify? Make align with card or style?
For example I would like to delete the "SKU && Categories" part from a product page or to move the "Add to cart" button.
url: http://preview.astemplates.com/itempreview/1218
Thank you.
1/ For remove product category and SKU, you just go to Admin > Appearance > Customize, open tab "Custom Code" and add more CSS as bellow for that field
.product_meta {
display: none;
}
2/ For add-to-cart move, can you explain more? Do you want to align it?
It will be published after it has been approved by the Website Administrator.
But what is the CSS file name for this page? I want to edit more stuff and apparently I cannot do it from the interface.
Sure, you can see this file via "wp-content/themes/ws-kid/css/woocommerce.css"