Files
Jacek Pyziak 6cc26c0ed2 Add Creative Elements templates and update index files
- Introduced new templates for catalog, checkout, contact, and error pages.
- Implemented caching headers and redirection in index.php files across various directories.
- Enhanced product and layout templates for better integration with Creative Elements.
- Added backoffice header styles and scripts for improved UI/UX in the admin panel.
2025-07-01 00:56:07 +02:00

26 lines
618 B
CSS

.ce-lightbox.dialog-type-lightbox .dialog-widget-content {
width: auto;
}
.ce-lightbox.dialog-type-lightbox .dialog-close-button {
top: 12px;
right: 12px;
}
.ce-lightbox.dialog-type-lightbox .dialog-message {
padding: 0;
}
.ce-lightbox.dialog-type-lightbox .dialog-message > iframe {
width: 100%;
height: 100%;
}
.elementor-control-image_size,
.elementor-control-thumbnail_size {
display: none;
}
/* Hide elements */
.elementor-panel-menu-item-finder,
#elementor-panel-elements-navigation-all,
#elementor-panel-elements-navigation-global,
.elementor-context-menu-list__group-save {
display: none !important;
}