7b2主题美化-顶部导航栏菜单半透明化教程

代码添加到css样式

/*全站顶部透明 */
.top-style-blur {
    background: rgba(255, 255, 255, 0.56);
    
    backdrop-filter: blur(0px);
    }
/*.header-banner {*/
/*	background: rgba(255, 255, 255, 0.56);*/
/*	}*/
.sub-menu {
	background: rgba(255, 255, 255, 0.56);
	}
	
.home_row_0.homw-row-full.module-sliders {
    margin-top: -135px;
}
.logo-center .top-style,.logo-left .top-style,.menu-center .top-style,.social-top .top-style-bottom,.logo-top{
    border-top: 1px solid #f5f6f7b0;
}
/*全站顶部透明结束*/

相关文章