升级版本后 index.scss 中自定义样式失效 #3392
-
当前旧版的页面: https://hut.ao 想模仿主题官网将 heroTitle 部分的高度提高,于是将官方库里的这一段代码复制进了我自己的 .home {
.vp-hero-info-wrapper {
min-height: 600px;
}
} 然而测试后发现并没有生效,而且我之前添加的用于去除导航栏外链图标的样式也失效了。想问下该如何解决。 |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Aug 25, 2023
Replies: 1 comment 1 reply
-
We changed className like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We changed className like
home
tovp-home
to ensure they don't affect users' styles.