• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 01.10.19, 00:04
  • Opened by: Herviboras
  • Closed by: Marek
  • Closed on: 21.10.19, 17:47
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15732 - Labels in the products and pictures in the customer account

1. It’s possible to change the color of the labels “New”, “Out of stock”, etc…on the products in the mobile version? Captura1
2. It’s possible to change the pictures in the customer account? Captura2

Comments

Herviboras 16 Oct 2019, 10:28

1. It’s possible to change the color of the labels “New”, “Out of stock”, etc…on the products in the mobile version? Captura1
2. It’s possible to change the pictures in the customer account? Captura2
3. When you open the home page, the images in the image gallery appear below each other for a few seconds, until they are placed on a carousel. Do you know why this can happen?

Marek 16 Oct 2019, 11:51

1. change the color:

body .product-labels li {background:#YOUR_COLOR}

2. You can change the icons in the file /themes/alysum/templates/customer/my-account.tpl read more about SVG icons here http://alysum5.promokit.eu/promokit/documentation/#svg

3. Try this:

.pk-carousel:not(.pk-carousel-active) {display:flex}
Herviboras 18 Oct 2019, 12:31

Thank you!