B
bischofjuliaDec 28, 2017
Hi,
I am using the dark theme. I am using a menu with only one sub-level. I would like to have the background of the first level of dark dropdown semi-transparent, so the full-screen slider images are still a bit visible. Could you please point me to the .css entries I have to modify to be able to do that? I am assuming I will add them to custom.css.
Thanks very much
Julia
Header:
<header id="header" class="transparent-header full-header" data-sticky-class="not-dark">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
........ then
<nav id="primary-menu">
<ul>
<li class="current"><a href="#"><div>Pinzgauers</div></a>
<ul>
<li><a href="#"><div>Origins</div></a>
</li>
<li><a href="#"><div>Attributes</div></a>
</li>
<li><a href="#"><div>Cross Breeding</div></a></li>
</ul>
</li>etc....
