教程开始
将下面代码添加到主题中的全局-自定义代码-自定义CSS代码中就可以了
小工具在WordPress后台-外观-小工具菜单中,找到(用户个人信息)小工具添加到想要的位置
代码部分
.user-cover.graphic::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30%;
background: linear-gradient(to bottom, transparent, transparent, #fff);
pointer-events: none;
}

主题秀

















评论前必须登录!
注册