Tagged: x
-
AuthorPosts
-
November 26, 2016 at 9:41 pm #1271863
piexecParticipanthttp://maddog.piexec.com/shop/
http://maddog.piexec.com/product/gangster-4l60e4l65e/On both the shop page, and the item page, how do I remove the gray line around the image?
Thanks in advance!
Mike
November 26, 2016 at 11:12 pm #1271904
RadModeratorHi there,
Thanks for posting in.
Please add this CSS to Admin > Appearance > Customizer > Custom > CSS
a.x-img-thumbnail, a.x-img-thumbnail:hover, .post-type-archive-product .entry-featured { border-color: transparent !important; }Hope this helps.
November 27, 2016 at 4:17 pm #1272430
piexecParticipantPerfect.
Is there also a way to move the Add to Cart button off the image, and under the description?
Thanks,
Mike
November 27, 2016 at 7:23 pm #1272625
Rue NelModeratorHello There,
Thanks for the updates!
To move the “Add to cart” button of the image, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.woocommerce li.product .entry-header .button { position: relative; opacity: 1; top: auto; left: auto; right: auto; }Hope this helps. Kindly let us know.
November 28, 2016 at 11:57 am #1273481
piexecParticipantIs there any way to add 10px of space between the price, and the Add to Cart button?
November 28, 2016 at 12:02 pm #1273485
piexecParticipantNevermind my last request. I just decided to hide the buttons.
On the product page:
http://maddog.piexec.com/product/4l80e/
How can I:
1. move the description under the Price and above the Add to Cart button.
2. Hide everything else from the description such as the gray box, title “description” and title “Product Description”Thanks in advance.
November 28, 2016 at 12:14 pm #1273499
JadeModeratorHi there,
Please try to add this code in the functions.php of the child theme:
function woocommerce_template_product_description() { wc_get_template( 'single-product/tabs/description.php' ); } add_action( 'woocommerce_single_product_summary', 'woocommerce_template_product_description', 20 );Then add this code in the custom CSS:
.x-nav-tabs, .woocommerce div.product .woocommerce-tabs .x-tab-content { border: 0; }Hope this helps.
November 29, 2016 at 12:48 pm #1274988
piexecParticipantCloser… see attached
November 29, 2016 at 12:52 pm #1274994
Nabeel AModeratorHi again,
Try adding the following code in your Customizer:
.woocommerce div.product .woocommerce-tabs { display: none !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1271863 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
