Forum Replies Created
-
AuthorPosts
-
I added the space for the shipping type.
Also when you click the local pickup option can there be a line of copy that says -
We will contact you via email to inform you when you order is ready to collect.
Currently, the Woocommerce plugin is no option.
Hi,
when go to woocommerce and select that page as main shop page it becomes overriden with default 4 column product display.
This is the option to run Woocommerce's Shop default page. If you want to use a custom Shop page with WPbackery, you just need to show it to the menu and run normally.
Ok, if there are any problems, you can continue with this topic.
Best regards,
tb.
Hi,
You can reload your site and check again.
This reply has been marked as private.Hi,
You should first enable child theme. Later you can do the following steps:
- Add these lines to the functions.php of Child Theme.
remove_action( 'woocommerce_product_option_terms', 'yolo_admin_style_attributes_values', 10, 2 );
remove_filter( 'product_attributes_type_selector', 'yolo_admin_style_attributes_types' );
- You create the variable.php file (/yolo-moto-child/woocommerce/single-product/) and copy the content of variable.php from plugin Woocommerce to override the content from Parent theme.
Best regards,
tb.
I added CSS for it, you can check it.
Solved!. Please check again.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Cart pages use tables, so this is what I can help you with.
Please reload your site and check again.
Hi,
Can you look at the screen shot attached. Can we have it to look like this?
Also Can the Length have the size after it instead off under and the same with internal external dia.
I added these lines to Custom CSS of Theme Options:
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,.woocommerce table.shop_table.order_details td.product-name dl.variation dd,.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,.woocommerce table.shop_table.order_details td.product-name dl.variation dt{
float: left;
margin-right: 1em;
}
Can we remove the shipping next to the price (see attached mock up of how we need it to look)
If you want to change the text, you can change it here: http://prntscr.com/n0d94v
If you want to hide the text you can use these lines:
.woocommerce-shipping-totals.shipping ul li>label {
font-size: 0;
}
.woocommerce-shipping-totals.shipping ul li>label .amount {
font-size: 14px;
}
Best regards,
tb.
-
AuthorPosts
