【问题标题】:How to change the color of the certain breadcrumb element using CSS?如何使用 CSS 更改某个面包屑元素的颜色?
【发布时间】:2020-10-16 05:04:17
【问题描述】:

我想更改面包屑元素的颜色。

示例一:https://www.travellaggio.com/product-category/italy/mantova/ 示例二:https://www.travellaggio.com/mantova/10674

除了最后一个之外,所有箭头(我使用 Font Awesome 图标)都应该是灰色的。但是现在所有的箭头都是白色的,我不能用颜色来区分它们。

【问题讨论】:

    标签: css wordpress colors breadcrumbs


    【解决方案1】:

    应该这样做:

    /* target chevron inside the header that are not the last one */
    .entry-title .fa-chevron-right:not(:last-of-type) {
        color: #777777;
    }
    

    在 chrome 开发工具中测试:

    【讨论】:

      猜你喜欢
      • 2017-07-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-14
      相关资源
      最近更新 更多