O Old Nick Well-known member Sep 14, 2018 #1 Hi all, I didn't found where i can remove it. Wich .less file ? i tried without any success. Thanks for your help. Nico.
Hi all, I didn't found where i can remove it. Wich .less file ? i tried without any success. Thanks for your help. Nico.
Tealk Well-known member Sep 14, 2018 #2 You can add this in extra.less: CSS: .p-navSticky.is-sticky { box-shadow: none; } Upvote 0 Downvote
O Old Nick Well-known member Sep 14, 2018 #3 You are awesome ! I wanted to apply my own shadow to p-nav but the original shadow was additive to mine. with your tip it's perfect. I tried this but my own shadow was remove too CSS: .p-nav { box-shadow: none; } Many thanks Tealk ! Upvote 0 Downvote
You are awesome ! I wanted to apply my own shadow to p-nav but the original shadow was additive to mine. with your tip it's perfect. I tried this but my own shadow was remove too CSS: .p-nav { box-shadow: none; } Many thanks Tealk !