Search…

X3 Photo Gallery Support Forums

Search…
 
Ruud de Soet
Experienced
Topic Author
Posts: 26
Joined: 11 Apr 2018, 09:42

Cart plugin - custom checkbox

22 Jul 2022, 03:13

I use the X3 Chart plugin so the client can make a selection of the photos.
In the studio, when I use a white background, the checkbox in the left upper corner is not clearly visible because it is white.
Can I change the layout of the checkbox? I would like to have a thin line around the box, adjust the background color of the box and maybe the color of transparent border outside the box.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Cart plugin - custom checkbox

22 Jul 2022, 03:48

It can be customized with CSS. Or you could force "select mode", in which case the checkbox itself does not need to be clicked.
https://cart.photo.gallery/select-mode/

If you want to edit the style, try something like this in Settings > Custom > Custom CSS:
Code
.x3-cart-checkbox {
  outline: 1px solid #666;
}
Or change to 2px width, and feel free to change the color.