#side-links #menu-side h2 {
color: #FFFFFF;
margin-left: 30px; }
+ #side-links #menu-side h2 a {
+ color: #FFFFFF !important; }
#side-links #menu-side ul.sidebar {
list-style: none;
margin-left: 30px; }
$("#block-2, #block-3").wrapAll(' <div id="small-blocks" class="row collapse">');
$("#block-4").wrap('<div id="med-block" class="row collapse">');
$("#small-blocks, #med-block").wrapAll('<div class="small-12 large-6 columns">');
+
+ $("#menu-side").children("h1").replaceWith(function () {
+ return $('<h2/>', {
+ html: $(this).html()
+ });
+ });
+ $("#menu-side").children("ul").addClass("sidebar");
+
});
$("#block-2, #block-3").wrapAll(' <div id="small-blocks" class="row collapse">');
$("#block-4").wrap('<div id="med-block" class="row collapse">');
$("#small-blocks, #med-block").wrapAll('<div class="small-12 large-6 columns">');
+
+ $("#menu-side").children("h1").replaceWith(function () {
+ return $('<h2/>', {
+ html: $(this).html()
+ });
+ });
+ $("#menu-side").children("ul").addClass("sidebar");
+
});
h2 {
color: $white;
margin-left: 30px;
+ & a{
+ color: $white !important;
+ }
}
ul.sidebar {
list-style: none;