Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
When I enter these CSS to remove the drop shadow of the menu:
.main-navigation.sticky {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
And save CSS, the modifications don’t appear on the website. Then I made some test and there are no modifications to the CSS that work.
Do you have a solution?
Thank