Shadows around them ad between pages Posted in : BookCard WP ChadSanbornParticipant 25 November 2015 at 06:34 #27033 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. serkanModerator 25 November 2015 at 13:25 #27037 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 ChadSanbornParticipant 26 November 2015 at 08:21 #27061 Perfect! Thank you serkanModerator 26 November 2015 at 17:15 #27073 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 BookCard WP - 3D Folded vCard WordPress Themeby pixelwars Login and Registration Log in · Register