Shadows around them ad between pages

  • Posted in : BookCard WP
  • ChadSanborn
    Participant

    The theme has a slight drop shadow around it and a slight shadow at the divider between the pages. Where are these located? I would like to make them slightly stronger.

    serkan
    Moderator

    Hi @ChadSanborn;
    You can use these custom css codes;
    Divider between the pages custom css code;

    .rm-overlay {  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); }

    Cover page custom css code;

    .rm-wrapper .rm-middle { box-shadow: 2px 2px 10px rgba(0,0,0,0.8); }
    .rm-container.rm-open .rm-wrapper .rm-cover { box-shadow: 2px 4px 4px rgba(0,0,0,0.4); }
    .rm-container.rm-open .rm-wrapper .rm-right { box-shadow: -2px 4px 4px rgba(0,0,0,0.4); }
    .rm-container.rm-open .rm-wrapper .rm-middle { box-shadow: 0 6px 4px -2px rgba(0,0,0,0.4); }

    Thanks

    ChadSanborn
    Participant

    Perfect! Thank you

    serkan
    Moderator

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register