Image Sizing
https://wordpress.com/go/tutorials/controlling-wordpress-image-sizes/
Email with CSS code from Elementor to fix the Lightbox adjustment bug
Email dated 30th June 2025 23:31
We are glad to inform you that the issue has passed the review and estimation process and has been added to the developers’ backlog. A fix will be released in one of the future plugin updates. You can follow our changelog here:Changelog of Elementor
As a workaround, you can use something like this:
.swiper-container .elementor-swiper-button { color: var(–lightbox-ui-color) !important; }
.elementor-swiper-button:hover { color: var(–lightbox-ui-color-hover) !important; }
I found out the same issue applies to the icon size. As a workaround, use custom CSS on the site settings of the site
It looks like you would need to use maybe something like this:
.elementor-slideshow__header>i {
font-size: 62px !important;
}
You can add the custom CSS code to the widget in Elementor by clicking the widget and then going to Advanced > Custom CSS – For reference: Custom CSS Pro
Please note that we usually can’t develop or provide support for custom code. This was an exception. The code above is an example; you probably want to change something. In such a case, we can only provide you with some help.
For reference, check out the following link for our support scope: What we support.