如何隐藏 css 上的元素
How to hide elements on css
我想隐藏此面板的 "Promotions" 元素。谁能帮我提供这样做所需的代码?
提前致谢
您真的应该post 在这里编写代码。但无论如何,将此添加到您的 CSS
应该有效:
#wp_dp_member_promoted_listings {
display: none;
}
我想隐藏此面板的 "Promotions" 元素。谁能帮我提供这样做所需的代码?
提前致谢
您真的应该post 在这里编写代码。但无论如何,将此添加到您的 CSS
应该有效:
#wp_dp_member_promoted_listings {
display: none;
}