gpt4 book ai didi

css - 使用 css 更改按钮标题

转载 作者:太空宇宙 更新时间:2023-11-04 14:26:42 24 4
gpt4 key购买 nike

早上好,我确定我遗漏了一些明显的东西,但我正在努力寻找正确的 CSS 来更改此页面上的按钮文本 http://www.inksharks.com/store/cart/我想将文本从“继续购物”更改为添加到订单。提前致谢!

最佳答案

它不在 CSS 中,而是在 HTML 中。

这是标记 - 它位于 a 中标签。 <div id="content" class="content clearfix"> 内部

<a href="http://www.inksharks.com" class="Cart66ButtonSecondary" title="Continue Shopping">Continue Shopping</a>

这是一个包含“添加到订单”的修改版本:

<a href="http://www.inksharks.com" class="Cart66ButtonSecondary" title="Add to order">Add to order</a>

请注意,title应该更改属性以匹配它 - 正如@Andrew 在评论中指出的那样。

关于css - 使用 css 更改按钮标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19500569/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com