文本转换样式不起作用

时间:2014-06-16 19:18:43

标签: html button text css

我正在尝试让我的按钮内的文字全部大写,但由于某种原因,它没有拿起我的CSS更改。它在Firefox和Chrome中仍然是正常的上限。

Here is the page.

这是HTML:

<a href="http://www.eventbrite.com/e/ytb-boot-camp-weekend-tickets-11133581843?aff=es2&rank=0"><button>Click Here to Register</button></a>

这是CSS:

button, .button {
    background-color: #f22f04;
    text-transform: uppercase !important;
}

p a button {
    text-transform: uppercase !important;
}

我做错了什么?似乎它应该是一个简单的修复,但我无法弄明白。

1 个答案:

答案 0 :(得分:1)

这是来自style.css的代码:

/* BUTTON STYLES */

button, .button {
    background-color: #f22f04;
}

在此处找到:http://ytbpulse.com/wp-content/themes/reverie-ytb/css/style.css

也许你的样式表在服务器上没有正确更新?