Here’s a copy and paste of all the code I have inside the custom CSS plugin that came with customizr. All the other files within the child theme editor have remained untouched and no coding was messed with beyond the custom CSS. Maybe there is something in this code that could be causing this?
#customizr-slider {
display: none;
}
}
.navbar .navbar-inner {
box-shadow: none;
}
/* Adjust Menu (red) text color, (Garamond) font-family, (1.5em) font-size */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
display: inline;
color: white;
font-family: Garamond;
font-size: 1.5em;
padding: 5px 15px;
}
/* Adjust Menu colors - Hover */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
color: white;
text-shadow: none;
}
/* Adjust (10px) top position */
.navbar .nav > li > a {
position: relative;
top: 10px;
}
.navbar .navbar-inner {
max-height: 20px;
}
.tc-sticky-header .tc-header {
background: #000;
}
.sticky-enabled .tc-header {
background: #000;
}
body {
background: none repeat scroll 0 0 #000000;
color: #000000;
padding-bottom: 0;
}
.page .featurette-divider.__before_content {
display: none;
.tc-solid-color-on-scroll.sticky-enabled .tc-header {
background-color: #000;