我有这个问题,如果您在文本字段表单中键入,它的确会在实际的定制器框中显示文本,而不是在文本表单字段中显示。我该如何解决?
.customizer-link,
.single-product .summary a.customizer-link {
display: inline-block;
margin-top: 15px;
text-transform: none
}
.save_customizer_input_row {
white-space: nowrap
}
.button.button-small {
font-size: 14px !important
}