• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.01.25, 21:58
  • Opened by: Jairo de la Fuente

Ticket #25913 - Change shadow color

Hello,

Where can I change the color of the shadow?

Attachments:

Untitled.jpg (98.6 KiB)

Comments

Fred 13 Jan 2025, 22:15

Hi, Jairo de la Fuente.
You can only do that with custom CSS

.subcategory-image span:hover,
.mini-product:hover,
.product-miniature:hover .thumbnail-container {
    box-shadow: 12px 12px 0px 0px #YOUR_COLOR;
}
Jairo de la Fuente 15 Jan 2025, 23:45

Perfect, thanks

Fred 15 Jan 2025, 23:47

You are welcome!