Home › Forums › WoodMart support forum › Brand logo border Brand logo border This topic has 3 replies, 2 voices, and was last updated 6 years, 8 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 26, 2018 at 11:37 am #91774 infantdecoParticipant Hello, how i can remove the border from logo in product page? picture: https://i.imgur.com/Xgh3mNm.png thanks in advance 🙂 November 26, 2018 at 1:09 pm #91785 Elise NoromitMember Hello, Please add the code to the Theme Settings > Custom CSS > Global .product-image-summary .woodmart-product-brands a { -webkit-box-shadow: 0 0 2px rgba(0,0,0,0); box-shadow: 0 0 2px rgba(0,0,0,0); } Best Regards November 26, 2018 at 1:45 pm #91792 infantdecoParticipant Hello, thank you so much is working, but on mouse over have border also, how to remove also for mouse over? thanks November 26, 2018 at 3:15 pm #91823 Elise NoromitMember Hello, Please replace the code with this one: .product-image-summary .woodmart-product-brands a:hover, .product-image-summary .woodmart-product-brands a { -webkit-box-shadow: 0 0 2px rgba(0,0,0,0); box-shadow: 0 0 2px rgba(0,0,0,0); } Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register