Super-amatuer编码器试图创建一个完美的婚礼博客网站。我从这里https://productforums.google.com/forum/?utm_medium=email&utm_source=footer#!msg/blogger/XoinQAtTfOk/8Zw0SsX8AAAJ
指出了这个论坛的方向我已经在我的博客上删除了帖子/页面标题,但它仍然留下了一条短的水平黑线。有没有办法删除它?
我使用以下html代码删除标题:
.post h3 {display:none!important;}
对于想要仔细查看的人来说,网址为https://chrisandruthgetweddytorumble.blogspot.com/。
谢谢!
答案 0 :(得分:0)
答案 1 :(得分:0)
答案 2 :(得分:0)
您可以使用此[在“< / head>”之前立即使用标签]:
<style>
.widget.FeaturedPost .featured-post-snippet::before {
content: "";
}
.page .widget.FeaturedPost .post-header {
display: none !important;
height: 0 !important;
margin: 0 !important;
}
</style>