导航删除 Elementor 中的粘性徽标文本 (SVG)
Nav remove sticky logo text (SVG) in Elementor
有什么方法可以在 elementor Pro 中滚动时从粘性导航中删除导航徽标文本?标志是SVG格式?
要删除导航杆徽标,请尝试:
.elementor-element-73be40f {
display: none !important;
}
我还添加了 !important
属性 以强制 CSS 删除该元素。
有什么方法可以在 elementor Pro 中滚动时从粘性导航中删除导航徽标文本?标志是SVG格式?
要删除导航杆徽标,请尝试:
.elementor-element-73be40f {
display: none !important;
}
我还添加了 !important
属性 以强制 CSS 删除该元素。