对(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

微信公众号
手机浏览(小程序)
0
分享到:
没有账号? 忘记密码?