Site logo

Archived topic

Shadow under new menu

1 reply · Started by Swadhin on February 1, 2022

Viewing posts 1–2 of 2

Hi there, Please check the site given in confidential box below and suggest me how I can add a shadow to the menu bar like this site. I This is also my site but I forgot the code used and have checked 10-12 of your codes (in the forum) and none seem to work on the site.

Hi there,

this is the CSS you have on that site:

.main-navigation.auto-hide-sticky {
    -webkit-box-shadow: 0 0 48px rgba(50,76,128,.05);
    box-shadow: 0 0 48px rgba(50,76,128,.05);
}
This archived topic is closed to new replies.