• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 10.02.19, 13:12
  • Opened by: Brian Fuks
  • Closed by: Marek
  • Closed on: 11.02.19, 17:10
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13714 - Product grid and background images

Hi!

I have 2 questions:

1) I’m using old style preset and I want to have a 4 column grid. I tried changing on Layout builder > Page builder > Product list but when nothing happened. I only see 3 columns.

2) I need to change the grey background color of the images. How can I do that? I want it white

Comments

Marek 11 Feb 2019, 10:38

1. Where exactly fo you want to have 4 columns. Please take a screenshot
2. Try following CSS:

body .product-thumbnail img {
filter: brightness(1);
}
Brian Fuks 11 Feb 2019, 11:23

Nothing change with that code. Sorry

Marek 11 Feb 2019, 14:17

Try to add it to the Theme Settings → Customer CSS

Brian Fuks 11 Feb 2019, 17:09

Work like a charm, thankss! =)