ILightbox - Size of Close Button

Hi there! I hope you can help me with this “problem”.

I would like to change the size of the close button of the ILightbox. I couldn’t find a thread about this topic so maybe you can help me.

Thank you!

Hi there,

Please add this code in the Global css:

.ilightbox-toolbar.light a {
    width: 30px;
    height: 26px;
}

.ilightbox-toolbar.light a.ilightbox-close:before {
    font-size: 20px;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.