对(index)进行CSS更改?

我目前正在尝试对WordPress子主题进行一些CSS更改。

当我使用chrome开发人员工具时, 它会告诉我元素所引用的style.css文件中的哪一行。例如, style.css:17。

但是, 在某些CSS元素上, 不是引用style.css而是引用(index)。例如, (索引):54。 (索引)指的是什么?我通常会在哪里找到它来进行更改?

谢谢


#1


WordPress主题选项通常将样式表附加到html文档的头部。

<head>
  <!-- added by WordPress, usually found in functions.php -->
  <style>
    ...theme specific styles...
  </style>
</head>

来源:

https://www.srcmini02.com/63681.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_41716.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?