我定制了wplms导航菜单,现在里面的购物车商品号在登录后变得黯然失色
购物车是这样的:https://prnt.sc/uRFyFlSm5_vx(登录时)
是这样的:
https://prnt。sc/fl5n6ZccipJL(注销时)
我试着覆盖css,但是没有成功。
header.sleek.transparent.fix .vbpcart span em {
background: #FFE074 !important;
font-size: 10px;
line-height: 1;
position: absolute;
top: -9px;
font-style: normal;
border-radius: 50px;
width: 20px;
text-align: center;
font-weight: 600 !important;
color: #000 !important;
padding: 5px;
left: 9px;
}
这是css
请注意,当有问题的页面被修复时,如何在工作页面上滚动。
.sleek .topmenu>li:first-child a>span {
overflow: inherit;
}
使用overflow
属性,您可以恢复此滚动。