Home › Forums › WoodMart support forum › After Last Update some Price Text not green
After Last Update some Price Text not green
- This topic has 36 replies, 2 voices, and was last updated 2 years, 9 months ago by Bogdan Donovan.
-
AuthorPosts
-
March 16, 2022 at 4:27 am #361206
prattsyParticipantAfter Last Update some Price Text not green like other.
And on Thankyou Page one Tax Text not on right Side.
Please see Movie Link in Private Content.March 16, 2022 at 1:18 pm #361373
Bogdan DonovanKeymasterHi,
1. Subtotal price was always in gray color (https://prnt.sc/k35xOS2u7ufB) and it is not have been changed in the latest update. That is how our theme was initially designed. We can prepare a custom code for you which will change this color, please confirm if you need it.
2. Our theme did not have this content on “Thank you page”. Please try to first check this issue with the default theme.
Kind Regards
March 17, 2022 at 7:54 am #361567
prattsyParticipantplease see private content
it shows all problems after last updateMarch 17, 2022 at 12:45 pm #361677
Bogdan DonovanKeymasterHi,
1. We have checked your mobile bottom bar and it is looking normal (https://prnt.sc/NXuwURZQ613Y).
2. Try to use the following code to change color price color on checkout and cart:
body .cart-totals-inner table .cart-subtotal .amount, body td.product-price .amount, body td.product-total .amount { color: var(--wd-primary-color); }
3. Try to use the following custom code to change tax position on thank you page
body .woocommerce-table__product-total .product-tax { display: inline; }
We also have found that your previous custom code has syntax errors (https://prnt.sc/1N47cJggKE6i) which breaks all subsequent code. Before adding any additional code, try to fix all previous errors.
Kind Regards
March 18, 2022 at 11:10 am #361999
prattsyParticipantPlease look private Content.
On my Mobile i can’t see Bottom Menu.
I will check again.March 18, 2022 at 11:54 am #362030
prattsyParticipantmobile update:
on pc inspector it looks ok
pc inspectoron real mobile you can see for short time something on bottom, but then nothing,
berfore last woodmart update i don’t have this problemMarch 19, 2022 at 4:26 pm #362332
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-table__product-total { vertical-align: top; } .wgm-extra-costs-eu { color: #FFF; }
We have checked your bottom mobile nav bar on a real mobile device and it is working normally.
Chrome – https://prnt.sc/Iw_CqNRxju05
Firefox – https://prnt.sc/xAdscVyu-5R3Try to clear the browser cache on your mobile device and check the issue on another mobile device to ensure that it is not a cheche problem.
Kind Regards
March 21, 2022 at 11:11 am #362655
prattsyParticipantplease look private content
have marked style problemsMarch 21, 2022 at 3:25 pm #362753
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woocommerce_de_versandkosten, .woocommerce_de_versandkosten a{ color: #FFF; } .global-color-scheme-light ul.variation { color: rgba(255, 255, 255, 0.8); } .woocommerce-cart-form__cart-item .wgm-tax { font-size: 14px; } .woocommerce-table--order-details .product-total .product-tax { text-align: right; }
Kind Regards
March 21, 2022 at 5:48 pm #362788
prattsyParticipantHi,
thanks for support,
not all perfect
please look private contenthave this in my custom css
body .cart-totals-inner table .cart-subtotal .amount,
body td.product-price .amount,
body td.product-total .amount {
color: var(–wd-primary-color);
}.woocommerce-table__product-total {
vertical-align: top;
}.wgm-extra-costs-eu {
color: #FFF;
}.woocommerce_de_versandkosten,
.woocommerce_de_versandkosten a{
color: #FFF;
}.global-color-scheme-light ul.variation {
color: rgba(255, 255, 255, 0.8);
}.woocommerce-cart-form__cart-item .wgm-tax {
font-size: 14px;
}.woocommerce-table–order-details .product-total .product-tax {
text-align: right;
}Best Regards
March 22, 2022 at 9:34 am #362959
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .woocommerce-cart-form__cart-item .wgm-tax { font-size: 12px; } .woocommerce-de_price_taxrate, .woocommerce-checkout-review-order .wgm-tax, .order_item .product-tax, body .wc-item-meta, body .wc-item-meta strong, body.global-color-scheme-light ul.variation, .product-item-thumbnail, .woocommerce-table--order-details td { color: #FFF; }
Kind Regards
March 22, 2022 at 10:31 am #362984
prattsyParticipantHi,
MANY THANX
for perfect design,
i need little help with my buttons,
please look private contentBest Regards
March 22, 2022 at 3:48 pm #363110
Bogdan DonovanKeymasterSome gray buttons can be changed by using default button options (https://prnt.sc/q7rbGdyXz2f6) in theme settings and others can be changed by using the following Custom code:
body .wpcf7-submit, body .lumise-customize-button { border-radius: var(--btn-shop-brd-radius); color: var(--btn-shop-color); box-shadow: var(--btn-shop-box-shadow); background-color: var(--btn-shop-bgcolor); } body .lumise-customize-button:hover, body .wpcf7-submit:hover { color: var(--btn-shop-color-hover); box-shadow: var(--btn-shop-box-shadow-hover); background-color: var(--btn-shop-bgcolor-hover); }
We also cant found “Edit Design” button on your cart page (https://prnt.sc/0eYsSvI0lBBc).
Kind Regards
March 23, 2022 at 6:32 am #363230
prattsyParticipantHi,
under standard button design i have taken settings from shop buttons, but the update cart button is darker than other buttons
please look private content.Best Regards
March 23, 2022 at 12:56 pm #363365
Bogdan DonovanKeymasterHi,
1. “Update cart” is disabled and can’t be pressed until the product quantity is not changed. When it is disabled it has opacity which makes it darken. (video https://gyazo.com/c6cee89f3543d98647eed6fbc8c9b42b). It is not dependent on button settings and it is how “update cart” buttons work in WooCommerce in general.
2. Try to add the following code snippet to the Custom CSS area in Theme Settings to change “Edit Design” button.
body .woocommerce a.lumise-edit-design { border-radius: var(--btn-shop-brd-radius) !important; color: var(--btn-shop-color) !important; box-shadow: var(--btn-shop-box-shadow) !important; background-color: var(--btn-shop-bgcolor) !important; } body .woocommerce a.lumise-edit-design:hover { color: var(--btn-shop-color-hover) !important; box-shadow: var(--btn-shop-box-shadow-hover) !important; background-color: var(--btn-shop-bgcolor-hover) !important; }
Kind Regards
March 24, 2022 at 10:10 am #363610
prattsyParticipantMarch 24, 2022 at 2:49 pm #363758
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-order-received td.product-name p { margin-top: 0px; margin-bottom: 5px; }
Kind Regards
March 24, 2022 at 5:37 pm #363793
prattsyParticipantTHANKYOU
FOREVER WOODMARTMarch 25, 2022 at 7:51 am #363923
Bogdan DonovanKeymasterYou are welcome!
March 25, 2022 at 9:52 am #363958
prattsyParticipantHi,
please look image
i want change size of checkout product image,
how to do that?Best Regards
March 25, 2022 at 9:55 am #363959
prattsyParticipantcan’t my image link file be loaded?
Attachments:
You must be logged in to view attached files.March 25, 2022 at 2:33 pm #364075
Bogdan DonovanKeymasterHi,
You can control image width by following custom code.
.lumise-cart-thumbnails { max-width: 75px; }
The white background on the image can’t be removed via CSS because it is actually is part of the image (https://prnt.sc/51j-ai9WA_QM).
Kind Regards
March 25, 2022 at 7:23 pm #364135
prattsyParticipantHi,
small misunderstanding,
the white t-shirt item should look like the black t-shirt item,i need only image width and text position under image,
the background transparent please.Best Regards
Attachments:
You must be logged in to view attached files.March 26, 2022 at 9:43 am #364207
prattsyParticipantHi,
some other elements must be placed vertical-align: top;
have tryed myself, but can’t find the right css selector,
and another element must be hidden,
please look images,
Best Regards
Attachments:
You must be logged in to view attached files.March 26, 2022 at 9:58 am #364213
prattsyParticipanthere others
please see picturesAttachments:
You must be logged in to view attached files.March 28, 2022 at 8:56 am #364525
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.lumise-cart-thumbnails { max-width: 75px; } .shop_table th, .shop_table td { vertical-align: top; } .wd-sticky-btn-cart .gm-wp_bakery_woocommerce_get_price_html { display: none; }
Kind Regards
April 1, 2022 at 11:56 am #365699
prattsyParticipantHi,
have added css.
The white T-Shirt Image Size not work.
Need size like black T-Shirt Size and Text float/place under Image.Another Problem:
Compare Site not show all Attributes.
How to fix it.Please look Images.
Best Regards
Attachments:
You must be logged in to view attached files.April 1, 2022 at 8:24 pm #365780
prattsyParticipantHello,
i need the green text in white like all other view.
How to do that?Best Regards
Attachments:
You must be logged in to view attached files.April 1, 2022 at 8:26 pm #365782
prattsyParticipantIs it possible to display all product images in the little window?
April 2, 2022 at 2:20 pm #365909
prattsyParticipantHi,
WHY YOU DON’T ANSWER MY LAST SUPPORT QUESTIONS:I MUST FORCE AND END MY PROJECT.
BEST REGARDS
-
AuthorPosts
The topic ‘After Last Update some Price Text not green’ is closed to new replies.
- You must be logged in to create new topics. Login / Register