html - 如何更改轮播事件指示器颜色 - Bootstrap

标签 html css twitter-bootstrap

我想更改轮播事件指示器的颜色。这是例子

http://www.w3schools.com/bootstrap/trybs_theme_band_full.htm#band

我想从白色变成红色

最佳答案

控制轮播事件点的 Bootstrap 样式是 .carousel-indicators .active 所以:

.carousel-indicators .active{
    background-color: #f00;
}

关于html - 如何更改轮播事件指示器颜色 - Bootstrap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39536075/

相关文章:

javascript - 在 Razor 中使用 Jquery

javascript - 我想在从下拉列表中选择其他选项时激活文本框,否则它保持不活动状态

html - 为每个类别更改唯一的 div 背景颜色

html - 如何阻止我的 'body' 吃掉我的 'foot'

css - 纯 css 方式使图像适合一行

html - 为什么我的列表没有水平对齐?

html - 如何保持位置 one div 相对于其他移动的 div 固定?

html - 子子菜单CSS

html - Bootstrap : align the content

javascript - 为每个循环从 php 传递 html 模式框中的唯一值