Home › Forums › WoodMart support forum › Changing color of arrows Changing color of arrows This topic has 4 replies, 2 voices, and was last updated 7 months, 4 weeks ago by Luke Nielsen. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 18, 2024 at 2:15 pm #598291 nikkylikescoffeeParticipant Hi May I know how I can change the color of slider arrows in the Quick View (see screenshot)? Thank you. Attachments:You must be logged in to view attached files. September 19, 2024 at 9:09 am #598472 Luke NielsenKeymaster Hello, Define the code below in Theme Settings -> Custom CSS, cleat the cache and check how it works. .product-quick-view .woocommerce-product-gallery .wd-arrow-inner { background-color: #333; color: #fff; } .product-quick-view .woocommerce-product-gallery .wd-arrow-inner:hover { background-color: #333; color: #fff; } Kind Regards September 21, 2024 at 3:14 pm #599096 nikkylikescoffeeParticipant Okay this is great. But the background/arrow is a bit big, covering parts of the photo. Is it possible to make the size the boxed background and arrow inside about 80% of the current? So it isn’t so obstructive. Thank you. September 21, 2024 at 3:18 pm #599097 nikkylikescoffeeParticipant Also, while we are at it, is it possible to make the background round instead of a square? Thank you! September 22, 2024 at 9:13 pm #599203 Luke NielsenKeymaster Hello, You can disable the bg color by removing those values – https://take.ms/4XoP3 To make buttons rounded, just add to the above code the border-radius: 15px; property. Kind Regards Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register