Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
415 views
in Themes by
I want to give box-shadow to the nav-bar of the desktop version of snowflat theme...

1 Answer

+1 vote
by
selected by
 
Best answer

Just add this CSS to the qa-theme/SnowFlat/qa-styles.css file:

#qam-topbar {
   box-shadow: 5px 5px 2px #ba2525;
}

This will give a reddish shadow. It will be added for mobile as well. Not sure if that was the idea or not.

...