What is the CSS code to accentuate image selector widget?

  • pvillanuevab
    Asked on August 22, 2019 at 9:42 AM

    Muy buenos días, estoy elaborando el siguiente sistema:

    https://form.jotformz.com/92306831876666

    Al respecto por favor podrían ayudarme en identificar algún código CSS que permita acentuar la marcación al seleccionar una de las imágenes del selector de imágenes construído, es decir que la marca sea más acentuada cuando seleccione una de las imágenes.

    Muchas gracias

     

  • Jed_C
    Replied on August 22, 2019 at 11:33 AM

    Are you referring to the blue border when selecting an image with the image selector widget?

    ex.

    1566487495Tarjetas Virtuales  Valores   Screenshot 10

    If you want to change the color of the border, you can inject the CSS code inside widget's CSS tab https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets.

    .divimg.selected {

        border: 4px solid #c00;

    }

    Just replace the hex value to your preferred color.

    I hope that helps. Let us know if you have any questions or if you need further assistance. 

     
  • pvillanuevab
    Replied on August 22, 2019 at 1:43 PM
    Muchas gracias excelente
    El jue., 22 ago. 2019 a las 10:33, JotForm () escribió:
    ...