Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 wordpress 页面(沙发 QandA)。我想更改主屏幕上灰色分页符的颜色。我在css中找不到相关代码。
那么,我该怎么做呢?
假设水平中断是一个<hr>元素,您可以根据需要设置它的样式。
<hr>
hr { /* your styles here */ }
演示
如果它不是hr元素,您可以右键单击它并选择“检查元素”以查看换行符是如何形成的,以及应用了哪些样式。
hr