About your main question:
您瞄准了错误的分区。您需要执行以下操作:
.main-navigation {
box-shadow: none;
}
About your second question, made on the comments area:
尝试此代码
.entry-header .entry-meta::after {
background: transparent;
}
About your third question:
您需要从div中取出填充:
.entry-header {
padding-top:0;
}