Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 如何更改WooCommerce商店页面标题的背景色?_Php_Wordpress_Woocommerce - Fatal编程技术网

Php 如何更改WooCommerce商店页面标题的背景色?

Php 如何更改WooCommerce商店页面标题的背景色?,php,wordpress,woocommerce,Php,Wordpress,Woocommerce,因为页面id无法在视图源中工作或显示。我也找不到任何特定于页面的类 我正在尝试更改没有页面id的WooCommerce页面的背景色,包括: 商店 结帐 产品类别 页面URL为: 我尝试使用在仪表板/页面中找到的页面id,但它不在商店代码中。用于类别 .tax-product_cat .site-header__masthead.masthead-v1 { background: #000 !important; } 商店 .woocommerce-shop .site-head

因为页面id无法在视图源中工作或显示。我也找不到任何特定于页面的类

我正在尝试更改没有页面id的WooCommerce页面的背景色,包括:

  • 商店
  • 结帐
  • 产品类别
页面URL为:

我尝试使用在仪表板/页面中找到的页面id,但它不在商店代码中。

用于类别

 .tax-product_cat .site-header__masthead.masthead-v1 {
     background: #000 !important; }
商店

.woocommerce-shop .site-header__masthead.masthead-v1 {
    background: #000 !important;
}
结帐

.page-id-147 .site-header__masthead.masthead-v1 {
    background: #000 !important;
}

我建议你用浏览器的开发工具来检查网站,找到一个你可以在样式表中更改颜色的唯一id或类;首字母缩略词大写;语法。固定所有权