Bootstrap Theme Editing
Posted: Thu Apr 23, 2015 6:42 am
What is the best way to change the shortcuts color? more specifically, the nav-pills.
Thanks,
Scott
Thanks,
Scott
Code: Select all
.nav-pills {
> li {
padding-top: 7px;
float: right;
// Links rendered as pills
> a {color:#000;
border-radius: @nav-pills-border-radius;
}
+ li {
margin-left: 2px;
}
Code: Select all
.nav-pills {
> li {
padding-top: 7px;
float: right;
// Links rendered as pills
> a {color:#000; //Changed text color black
border-radius: @nav-pills-border-radius;
}
+ li {
margin-left: 2px;
}
Code: Select all
#storeHeader {
.shortcuts {
.pull-right;
padding:5px 0 10px 0;
background:url(images/shortcuts_bg_grey.jpg) top repeat-x;//Specifies shorcuts background
li > a > i {
color: white;//Changes icon color of shortcuts in top right
.glyphicon;
&:before {
margin-right:5px;
}