gpt4 book ai didi

html - 将边框应用于 h4 的 CSS 选择器

转载 作者:行者123 更新时间:2023-11-28 07:47:01 25 4
gpt4 key购买 nike

关于 http://adasportsandrackets.com/wordpress ,我正在尝试添加 CSS 以在 h4 标题“畅销书”下添加边框。它不起作用,也不是缓存问题,因为我在删除缓存后在主要浏览器中尝试过。

这是 HTML:

<div class="wpb_text_column wpb_content_element  best-sellers">
<div class="wpb_wrapper">
<h4>Best Sellers</h4>

这是我的 CSS:

.best-sellers h4 {

border-bottom: 1px solid #eee;
padding: 7px 0px;

}

我也试过:

.best-sellers {

border-bottom: 1px solid #eee;
padding: 7px 0px;

}

最佳答案

这对我有用:

.page-template-template-home-default-php .wpb_wrapper h4 {
border-bottom: 5px solid #999;
}

或者尝试:

.best-sellers h4 {border-bottom: 5px solid #999;}

关于html - 将边框应用于 h4 的 CSS 选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30645590/

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