gpt4 book ai didi

css - 使用 CSS 去除列表下划线

转载 作者:行者123 更新时间:2023-11-28 05:14:08 25 4
gpt4 key购买 nike

所以我正在使用 Wordpress 制作我的网站 (www.codedgames.com),我正在使用的主题在其中一个列表上加了下划线,但其余的没有。我想用 CSS 从页脚的“最近的博客文章”小部件中删除下划线。我不擅长 CSS 或 HTML,所以我不确定如何解决这个问题。任何帮助将不胜感激。这是与列表关联的 HTML:

    <div id="footer_two" class="span4">

<aside id="recent-posts-3" class="widget widget_recent_entries">
<h3 class="widget-title">Recent Blog Posts</h3> <ul>
<li class="">
<a href="http://codedgames.com/moto-360-on-iphone-review/">Moto 360 on iPhone Review</a>
</li>
<li class="">
<a href="http://codedgames.com/how-good-is-tgt/">How Good is TGT?</a>
</li>
<li class="">
<a href="http://codedgames.com/dr-boom-used-to-suck-theory/">Dr. Boom Used to Suck – Card Theory</a>
</li>
<li class="">
<a href="http://codedgames.com/how-to-become-a-rocket-league-pro/">How to Become a Rocket League Pro!</a>
</li>
<li class="">
<a href="http://codedgames.com/how-to-start-a-twitch-channel/">How to Start a Twitch Channel in 6 Minutes!</a>
</li>
</ul>
</aside>
</div>

最佳答案

.widget_recent_entries li {
border-bottom: none !mportant;
position: relative;
}

关于css - 使用 CSS 去除列表下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39397265/

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