3D FlipBook - Visual Page Editor

d***e@danep.plus.com
2023-02-06
2023-02-10

I see page jumps are already there, fab. How do we adjust the link colour as would prefer invisible or other colour.

Replies

a***r@3dflipbook.net
2023-02-06
2023-02-06

for example like this:

.fb3d-block.fb3d-link a {
    background-color: rgba(255,0,0,.1);
}
.fb3d-block.fb3d-link a:hover {
    background-color: rgba(255,0,0,.2);
}

insert this style in the skin customization (3D FlipBook-> Settings-> General).

d***e@danep.plus.com
2023-02-06
2023-02-06

thanks, that worked a treat.

Log In to leave a comment