Style parent li on child li:hover

前端 未结 2 1925
萌比男神i
萌比男神i 2020-12-07 04:28

I\'ve been digging all day to find out how to style the parent li when hovering on a child li element.

e.g.

  • Parent Element <
2条回答
  •  独厮守ぢ
    2020-12-07 05:20

    If you have checked that the right class is applied to the element I'm pretty sure that you just aren't specifying your styles enough. Specify as far back as you can, including the ul and li parents of the style you want to set. This is just because Wordpress uses such a long (and annoying imo) hierarchy for these styles.

提交回复
热议问题