gpt4 book ai didi

html - 如何在此菜单中添加粗体?

转载 作者:太空宇宙 更新时间:2023-11-04 03:14:49 25 4
gpt4 key购买 nike

我有这个网站:

http://www.les-toiles.co/通过:dgdesign

这是演示:

http://venusdemo.com/wpopal/mix/fashion/

在这个演示菜单中是粗体......而我不是,我想添加我

这是我找到的代码

    .navbar-mega .navbar-nav > li > a {
position: relative;
text-transform: uppercase;
font-weight: 900;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
/* 3 */
/* 3 */
/* 4 */
/* 6 */
/* 6 */
/* 7 */
font-size: 12px;
/* 9 */
font-size: 1.3rem;
/* 9 */
}

我该如何解决这个问题?

提前致谢!

最佳答案

在你的 css 文件中使用这个 css

#main-menu > li > a{ font-weight: bold; }

font-family important 声明使 css 无法正常工作,因此请从 front-style.css 中删除此 css 规则

body{ font-family: "Quicksand" !important; }

关于html - 如何在此菜单中添加粗体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28884280/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com