この css ファイルのいくつかの行を変更する必要があります。
/wp-content/plugins/easy-digital-downloads/templates/edd.min.css
table#edd_purchase_receipt td, table#edd_purchase_receipt th, table#edd_purchase_receipt_products td, table#edd_purchase_receipt_products th {
text-align: left; /*must change to: text-align: right; */
}
Style.css ファイルに以下のコードを追加しましたが、何も起こりませんでした:
body table#edd_purchase_receipt td, table#edd_purchase_receipt th, table#edd_purchase_receipt_products td, table#edd_purchase_receipt_products th {
text-align: left; /*change to text-align: right; */
}
子テーマの「edd.min.css」ファイルをオーバーライドするにはどうすればよいですか? 実際、子テーマで Wordpress プラグインの css ファイルをオーバーライドする際に問題があります。これにはルールがありますか?