当在elementor Pro中滚动时,有没有办法从sticky Nav中删除导航标志文本?徽标采用SVG格式?
发布于 2021-05-17 23:18:21
要删除导航杆徽标,请尝试:
.elementor-element-73be40f { display: none !important; }
我还添加了!important属性来强制CSS删除元素。
!important
https://stackoverflow.com/questions/67506824
相似问题