Hi,
is there a way to either remove .dark or add .not-dark to header and menu for xs and sm media queries? I have the following header element
<header id="header" class="transparent-header <strong>dark</strong>" data-sticky-class="<strong>not-dark</strong>">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<div id="logo" class="nobottomborder">
<a href="/" class="standard-logo"><img src="<?php get_theme_url(); ?>/images/logo100x100.png" alt="GCBB Logo"></a>
<!--a href="index.html" class="retina-logo" data-dark-logo="images/logo-side-dark@2x.png"><img src="images/logo-side@2x.png" alt="Canvas Logo"></a-->
</div><!-- #logo end -->
<nav id="primary-menu" class="<strong>not-dark</strong>">and would have assumed that, in case of xs and sm, the sticky-class will be applied. But that's not the case. Actually I would like to have the header and the menu to be .not-dark for small devices.
Thanks.
