Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Add shadow under header

Home / Forums / Virtue Theme / Add shadow under header

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 22, 2017 at 10:55 pm

Hello!

I am trying to add a shadow under my header at . However, my css is not working. Please help! Thanks

.headerclass {
position: relative;
z-index: 1000;
-moz-box-shadow: 0 1px 4px 0 rgba(99,114,130,0.15);
-webkit-box-shadow: 0 1px 4px 0 rgba(99,114,130,0.15);
box-shadow: 0 1px 4px 0 rgba(99,114,130,0.15);
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.