CSS 在 Elementor 和 Woocommerce 中需要帮助
CSS Help required in Elementor and Woocommerce
需要帮助,我需要将此日历设为全宽并将此按钮放在日历下方。
这是页面的 link
https://demowork.codersharjeel.com/product/product-1/
Here is the image of how it looks now
这是您需要的 css 解决方案。我在许多使用 Woocommerce 预订插件的网站上将其与 elementor 一起使用。简单快速的破解。只需将其添加到您的 Elementor 的 woocommerce 单品中即可 css.
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
display: block;
}
需要帮助,我需要将此日历设为全宽并将此按钮放在日历下方。 这是页面的 link https://demowork.codersharjeel.com/product/product-1/
Here is the image of how it looks now
这是您需要的 css 解决方案。我在许多使用 Woocommerce 预订插件的网站上将其与 elementor 一起使用。简单快速的破解。只需将其添加到您的 Elementor 的 woocommerce 单品中即可 css.
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
display: block;
}