1.首先找到logo对应的css样式,如图:
,想要重新定义logo样式,就需要重写.cdBrandingLogo这个css
此时打开theme,如图:
在此处重写css:
点击保存后,便会生效,覆盖标准的css:
a.cBrandingLogo{
width:350px!important;
height:75px!important;
margin-top:-22px;
}
1.首先找到logo对应的css样式,如图:
,想要重新定义logo样式,就需要重写.cdBrandingLogo这个css
此时打开theme,如图:
在此处重写css:
点击保存后,便会生效,覆盖标准的css:
a.cBrandingLogo{
width:350px!important;
height:75px!important;
margin-top:-22px;
}