Changing arrow style: #
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 {
color: gray;
filter: none;
}
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 {
color: gray;
filter: none;
}
All DearFlip comments and discussion have been moved to
https://github.com/dearhive/dearflip-js-flipbook/discussions