【问题标题】:Highlight selected category/sub category when selected (Woocomerce category widget )选中时突出显示所选类别/子类别(Woocommerce 类别小部件)
【发布时间】:2021-03-09 22:35:42
【问题描述】:

我正在尝试设置 woocomerce 小部件的样式,其中所选类别或子类别在选择(活动/当前)时突出显示(连同计数链接)。

我尝试了很多,但其中有一个我无法理解的技巧。

这是页面:https://allb.cloudaccess.host/right-sidebar/

【问题讨论】:

    标签: css widget styles categories


    【解决方案1】:

    当您使用浏览器的开发人员工具检查类别时,您可以看到活动类别将 current-cat 类添加到 div 中。

    现在您可以使用以下方式对其进行样式设置:

    .current-cat{
          //Styles for the div here
          a{
              //Styles for the link here
          }
    }
         
    

    【讨论】:

      猜你喜欢
      • 2015-07-02
      • 2020-05-06
      • 1970-01-01
      • 1970-01-01
      • 2015-12-01
      • 2015-08-13
      • 1970-01-01
      • 2017-07-10
      • 1970-01-01
      相关资源
      最近更新 更多