http://www.rahandco.com
In the design of my Neighbourhood themed shop my client wanted a repeating pattern accross the top of the site. This interferes with the hidden desktop, cart and search buttons in responsive. How would I add a white background to these 3 buttons or move them to below the bar
This is the css I used for the background image:
.wc-new-badge{display:none !important}
#header {
background-image:url(http://www.rahandco.com/wp/wp-content/uploads/2014/08/header-back.jpg);
background-repeat:repeat-x;
background-position:right;
}
#header-section #header {
padding: 0px 0px;
}
Thanks Rob