Home Forums WoodMart support forum Frame at Galery

Frame at Galery

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #328667

    Frieda
    Participant

    Hi,
    i have insert a “basic galery” with a few pictures. I have set the frame to 0 but unfortunatly the grey frame is showing? How can i delete the frame around the picures?

    Thanks in advance!

    Attachments:
    You must be logged in to view attached files.
    #328673

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .elementor-image-gallery .gallery-item img {
        border: none !important;
    }

    Best Regards

    #328679

    Frieda
    Participant

    Perfect, works. Is there any possibility to find out how the items – in this case the basic gallery items – are address with CSS? I want to do it by mysef the next time but i dont know how the items are addressed?!

    #328830

    Hello,

    You are Most Welcome.

    Each and every element is addressed by using a specific class in the HTML you can target the class to change the styles.

    Please read the following article for help:
    https://www.hostinger.com/tutorials/website/how-to-inspect-and-change-style-using-google-chrome

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)