Okay
  Public Ticket #3557577
Can't remove the border around the images
Closed

Comments

  • Ilija started the conversation

    Hi, when a basic gallery component is added and I import images, once I save it I see the outline border around the images and can't remove it. 

    Could you please help me remove this border.

    Thanks.

    Attached files:  Screenshot 2024-01-09 at 10.57.28.png

  •  867
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   Ilija replied privately
  •  867
    Neuron replied

    Hi,

    There was some CSS added to the Gallery widget you're using to add a border to the images, so I've just added the following CSS to that widget to remove the borders.

    https://prnt.sc/43qmGDDkACD3

    selector img {
        border: none !important;
    }

    I suggest you use the Neuron Gallery widget and you will be able to add or remove borders from the widget options, so there won't be CSS needed to remove it.

    Feel free to ask for anything you need.

    Kind Regards


  • Ilija replied

    Thank you very much!

  •  867
    Neuron replied

    You're welcome anytimesmile.png

    Feel free to ask for anything you need.

    Kind Regards