@shadow
can’t, its hidden if bg image saved.
How to have “news ticker” in top bar ?
I dont use search field in this area and I would like put new highlight post (from a specific category) there.
this is more like a customize question which the theme did not have.
There is no tricks to get shadow effect in same time with backgroung image ?
Best regards
Bankaiii
maybe add this to theme option->custom css
#top-navigation { z-index: 999; }
Hi,
if you don’t need the header part, just the top-nav menu then I have a workaround for your problem, as you can see on my site:
Dubai Programok
You should change the header height to a thin line or even nothing and voilá you can save the shadow effect over the background image
I put the following into my custom CSS for this to achieve:
#header .header-inner {
float: left;
transparent: true;
padding: 0;
width: 100%;
background-color: transparent;
clear: both;
height: 2px;
}
Best regards