Hello!
I found code in another thread which I can’t find to make my nav bar transparent over a full-width image, but I need to correct a couple of things and could not find this specifically:
- It has a white background on mobile and you can’t see the links. How do I make it transparent like the desktop version or make the background black?
- Also, my news and blog pages are overlapping the navigation since I can’t add the photo there. Can I adjust just the archive pages specifically to move down and add a black background just to the category archives page so that the menu links show up?
Below is my current code and links to the development site. Any help would be very much appreciated.
http://um3.bd7.myftpupload.com/
http://um3.bd7.myftpupload.com/category/blog/
Thanks!
/*TRANSPARENT HEADER*/
.x-navbar {
background: none;
border-bottom: 0px;
}
.x-main.full {
margin-top: -92px;
}
.desktop .sub-menu {
background-color: #000;
}