Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Mohammad,
I did the upgrades, but the default still show both billing & shipping address. See screenshot. Can you help?
Kind regards, Carlotte
This reply has been marked as private.yes that works great, thanks!
yes that was causing the problem, thanks a lot!
I’ve found this code in another post, but by adding that, the color does not change:
.alert.alert-info { background-color: #d9edf7; } .alert.alert-error { background-color: #f1dddd; } .alert.alert-success { background-color: #dfefd7; }
This reply has been marked as private.Yes, works great, thank you!
Hi There,
Same question, how to change the color of this notifications in the shop pages.
The background color of the ‘added to shopping bag’ and ‘coupon notification’?The above provided custom custom css does not work.
Thanks a lot.
This reply has been marked as private.Hi,
Thanks that does remove the white background, but now the header line continues trough the text, anyway to fix that?
Thanks a lot.
Kind regards, Carlotte
This reply has been marked as private.This reply has been marked as private.Thank you that does the trick, works perfect.
Thanks for the great service.Yes works perfect,
Excepts that it still show a line, how to remove that line, so the shop products are aligned (at the top) with the widget menu?
Thank you!
Could you please help me with that?
I’ve already removed the sorting option with:
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
display: none;}And would really want to remove the page title, breadcrumps and ‘Showing 1-24 of 61 products”
I think I should search for it in the direction of
.woocommerce-page // something // { display: none;}
Thanks a lot!
-