您可以在主题选项中修改自定义css代码中的样式,或者安装插件自定义css,或者修改主css文件
1.-对于粘性标题中的徽标大小,请在自定义css中添加此代码或在中修改文件/wp-content/themes/themify-ultra/styles/header-horizontal.css
第21行将高度从30px更改为60px
.fixed-header-on #site-logo img {
height: 60px;
width: auto;
transition: all .3s;
}
2对于粘性标题背景色,请在自定义css中添加以下代码或在中修改:
.transparent-header #headerwrap.fixed-header {
background-color: transparent;
}