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?
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
View History
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?
View History
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?
View History
It will be published after it has been approved by the Website Administrator.
View History
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"