From e5a14ed660ae43c8e1128ea56d1ff940404b0fa5 Mon Sep 17 00:00:00 2001 From: soulchild Date: Fri, 10 Jul 2026 17:05:56 +0000 Subject: [PATCH] Add product price widget custom css Add product price widget custom css --- custom_css.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 custom_css.txt diff --git a/custom_css.txt b/custom_css.txt new file mode 100644 index 0000000..2a3e889 --- /dev/null +++ b/custom_css.txt @@ -0,0 +1,6 @@ +.yagi-price-container{display: flex; gap: 1em; align-items: center;} .yagi-price-container .price__sale { display: flex; flex-direction: row-reverse !important; justify-content: flex-end; gap: 1em; align-items: center;} .yagi-discounted-price { font-size: calc(3 * var(--font-scale) + var(--base-text-size)); color: var(--product-label-sale-text);} .yagi-original-price { font-size: calc(3 * var(--font-scale) + var(--base-text-size)); opacity: 0.7; } + + + + +, product-form .price-container \ No newline at end of file