Home › Forums › WoodMart support forum › Drop shadow attributes Drop shadow attributes This topic has 7 replies, 3 voices, and was last updated 6 years, 2 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 2, 2018 at 3:19 pm #86862 koenzwaanParticipant Hello, I have a question, i would like to add a shadow behind my attributes (colors) on this page: https://boccale.nl/product/e219-medaille/ What should i do to fix that? I have seen it on other website that use your theme November 2, 2018 at 4:09 pm #86875 Elise NoromitMember Hello, Thank you very much for choosing our theme and for contacting us. Please navigate to the Theme Settings > Product page > and find this option http://prntscr.com/ldmdws Best Regards November 2, 2018 at 4:15 pm #86878 koenzwaanParticipant Sorry, thats not what i mean. I mean around the colors. see screenshot from other website Attachments:You must be logged in to view attached files. November 2, 2018 at 6:36 pm #86892 Elise NoromitMember Hello, Try this code: .swatches-select .colored-swatch{ -webkit-box-shadow: -1px -1px 17px -1px rgba(85,85,85,0.55); -moz-box-shadow: -1px -1px 17px -1px rgba(85,85,85,0.55); box-shadow: -1px -1px 17px -1px rgba(85,85,85,0.55); } You can change the values as per your needs and add this code to the Theme Settings > Custom CSS > Global. If the code does not work, provide your site admin access. Best Regards November 3, 2018 at 11:26 am #86952 koenzwaanParticipant It didnt work; can you please check it out November 3, 2018 at 7:54 pm #86977 Artem TemosKeymaster Try to use the following code instead .swatches-select .colored-swatch, .swatches-select .image-swatch{ -webkit-box-shadow: 0px 0px 9px rgba(85,85,85,0.7); -moz-box-shadow: 0px 0px 9px rgba(85,85,85,0.7); box-shadow: 0px 0px 9px rgba(85,85,85,0.7); } November 3, 2018 at 11:14 pm #86997 koenzwaanParticipant no nothing… November 4, 2018 at 9:12 am #87039 Elise NoromitMember Hello, Custom CSS does not work correctly now due to HTTPS. Please do the following: 1. Find this file woodmart/inc/classes/Dynamiccss.php 2. Insert this code in this place http://prntscr.com/le6mhv : if ( is_ssl() ) { $file['url'] = str_replace( 'http', 'https', $file['url'] ); } We shall fix this in our nearest update. Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register