Elementor
How to change the background color on a fixed header?
- Open your Elementor header.
- Set it to sticky.
- In Effects offset enter a value, eg. 100.
- Click Advanced > Custom CSS and add this code.
selector.elementor-sticky--effects { background-color: red; }
How to remove image captions from lightbox
.elementor-slideshow__footer { display: none !important; }