2022.09.14 調整-商品頁-購物選項-UI樣式

修改時間 星期三, 八月 7, 2024 於 11:59 AM


如果想使用舊版的樣式


① [ 全部還原 ] 

路徑 : 版面 > 自訂JS全站程式碼 ,貼入以下指令:


stop_custom_variation_style = 1;




② [ 只還原「單選 - 選項樣式」]

路徑 : 版面 > 自訂商店CSS樣式

/* Reset Radio */
#options .control-group > label.radio { display:block;align-items:left;justify-content:left;border:none;margin:0px;min-height:auto;padding-bottom:0px;font-size:13px;color:#000; }
#options .control-group > label.radio.opton-selected { border:none; background:none }
#options .control-group > label.radio input[type="radio"] { display:inline-block;margin-left:-12px;margin-right:6px; }
#options .control-group > label.radio:hover { border:none; }




③ [ 如果想使用舊版的「多選 - 選項樣式」]

路徑 : 版面 > 自訂商店CSS樣式


/* Reset Checkbox */
#options .control-group > label.checkbox { display:block;align-items:left;justify-content:left;border:none;margin:0px;min-height:auto;padding-bottom:0px;font-size:13px;color:#000; }
#options .control-group > label.checkbox.opton-selected { border:none; background:none }
#options .control-group > label.checkbox input[type="checkbox"] { display:inline-block;margin-left:-12px;margin-right:6px; }
#options .control-group > label.checkbox:hover { border:none; }


這篇文章是否有幫助?

太棒了!

感謝您提供意見回饋

抱歉,沒能幫到您

感謝您提供意見回饋

請讓我們知道如何改善這篇文章!

請選擇至少一個原因
必須進行 CAPTCHA 驗證。

意見已發送

感謝您的寶貴意見,我們將嘗試修改這篇文章