Okay
  Public Ticket #2989681
adding frames to gallery pictures
Closed

Comments

  • artesdesign started the conversation

    Hello,

    I woul'd like to add white frames to logos of clients on my pages which are inserted as a gallery:

    https://anlabetzky.com/about/

    How can I add a frame and to edit its width?

    Best wishes,

    Anna

  •  867
    Neuron replied

    Hi Anna,

    I am very sorry for the late reply, we were not working on the weekend.

    You can add the borders by adding the following code at the Gallery element > Advanced tab > Custom CSS.

    selector .m-neuron-gallery__thumbnail--link {
        border: 1px solid red;
    }

    Feel free to ask for anything you need.

    Kind Regards