You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can submit html tags in the input (eg: font-style:bold) to make the text to display bold and it displays but when you revisit the edit page the html tags are stripped and they have to be added again otherwise the changes made dont stick. I've had to add custom css to override this as the plugin strips the original css to the price and makes it plain default text.
The text was updated successfully, but these errors were encountered:
You can submit html tags in the input (eg: font-style:bold) to make the text to display bold and it displays but when you revisit the edit page the html tags are stripped and they have to be added again otherwise the changes made dont stick. I've had to add custom css to override this as the plugin strips the original css to the price and makes it plain default text.
I've been running into the exact same issue. I had something like <del>regular price</del> discounted price. When changing something in the product (e.g. I just changed the product image), the HTML tags which have been working previously are being removed.
I think, either the field shouldn't support HTML tags at all or consistently support them (I prefer the 2nd option). Otherwise it's confusing.
You can submit html tags in the input (eg: font-style:bold) to make the text to display bold and it displays but when you revisit the edit page the html tags are stripped and they have to be added again otherwise the changes made dont stick. I've had to add custom css to override this as the plugin strips the original css to the price and makes it plain default text.
The text was updated successfully, but these errors were encountered: