如何在子主题中覆盖简单的数字下载css文件?

时间:2016-08-11 11:56:34

标签: css wordpress override easy-digital-downloads

我必须更改此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文件时遇到问题。这有规则吗?

1 个答案:

答案 0 :(得分:0)

您必须确保在edd.min.css之后调用style.css。