< 1 min read
The CSS selector for arrows icon is .df-ui-nav .df-ui-btn:before . The below CSS removes the dropshadow and chnages the arrow color to gray.
.df-ui-nav .df-ui-btn:before
.df-ui-nav .df-ui-btn:before {color: gray;filter: none;}
Comment
Save my name, email, and website in this browser for the next time I comment.