0

I got this snippet from WooCommerce where I can now add my own price string for each composite product in back-end.

enter image description here

I have added, as I wanted to have it: "From: € 887 incl. tax". This shall be fixed, no link to the database but the style needs to sync with the UX Flatsome theme I'm using where "From:" shall be light gray, "€ 887" no changes and "incl. tax" smaller but black and normal style, only smaller than "€ 887". The solution will then help me to let this fixed "text" to look just like the theme does with its "From: € xxx incl. tax" that normally appears.

Thanks for your understanding and consideration.

4

1 に答える 1

0

style.css をテーマに追加して、スタイルを上書きします。どの CSS を使用するかは、テーマによって異なります。オブジェクトで Chrome の右クリックを使用します。CSS 部分を確認し、必要に応じて編集します (変更されていることがわかります)。問題がなければ、その部分を style.css にコピーして、テーマのルート パスにアップロードします。

于 2016-03-19T17:55:19.307 に答える