简体   繁体   English

如何更改 wordpress 主题中的站点标题字体样式 Bizberg Consulting Dark

[英]How to change the site title font style in wordpress theme Bizberg Consulting Dark

hello guys av been trying to change the font family/ font style of this WordPress theme Bizberg Consulting Dark for days now, I have looked for this on all the theme editor files but could not find the solution when I inspected the theme on chrome the front family is currently on大家好,我一直在尝试更改此 WordPress 主题Bizberg Consulting Dark的字体系列/字体样式,我已经在所有主题编辑器文件中寻找这个,但是当我在前面的 chrome 上检查主题时找不到解决方案家庭目前在

.primary_header_2 h3, .bizberg_header_wrapper h3 {
    font-family: Dancing Script;
   }

I also tried changing this using the additional CSS option on WordPress but any input I give it doesn't work, but when I try我还尝试使用 WordPress 上的附加 CSS 选项更改此设置,但是我给它的任何输入都不起作用,但是当我尝试

.primary_header_2 h3, .bizberg_header_wrapper h3 {
    display: none;}

The whole of the site title disappears showing that this id is the correct id for this change but when I try to input another type of font-family it doesn't work I have looked for this on all the theme editor files but could not find the solution整个站点标题消失了,表明此 id 是此更改的正确 id,但是当我尝试输入另一种类型的字体系列时,它不起作用我在所有主题编辑器文件中都查找过,但找不到解决方案

in your additional css option in wordpress after the css you should input !important and this will overide all functions the theme is playinging initially eg在 css 之后的 wordpress 的附加 css 选项中,您应该输入 !important ,这将覆盖主题最初播放的所有功能,例如

.header_site_title {
     font-family: Times New Roman !important; 
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM