【问题标题】:Which css element to target to change the look of this button? [closed]以哪个 CSS 元素为目标来更改此按钮的外观? [关闭]
【发布时间】:2018-07-11 06:34:18
【问题描述】:

我正在尝试更改我的 wordpress 网站上按钮的外观,但我可以确定要针对哪个元素进行更改。我尝试定位:.input#chained-quiz-action-1,但按钮保持不变。

【问题讨论】:

标签: jquery html css wordpress


【解决方案1】:

如果您有一个名为 input 的类,则在 input 前面加一个句点。去掉句号

.input#chained-quiz-action-1

应该是

input#chained-quiz-action-1

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2010-12-16
    • 2019-11-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多