Reply To: Trying to add shadow to Header

Home Forums WordPress Themes – Premium Flat Responsive Trying to add shadow to Header Reply To: Trying to add shadow to Header

#17170
Sushil Adhikari
Moderator

Hi there,

It seems there is problems on css selector , it should be .flat_responsive_header. It should be as following:

.flat_responsive_header {
border-bottom: 4px solid #ff6600;
-webkit-box-shadow: 0px 15px 15px 0px rgba(79,79,79,1);
-moz-box-shadow: 0px 15px 15px 0px rgba(79,79,79,1);
box-shadow: 0px 15px 15px 0px rgba(79,79,79,1);
}

Let us know if we are understanding fully or perhaps this is not what you meant for.

Thanks