elementor / elementor/elementor
🚀 Feature Request: Add Typography to Lightbox Styles in Site Settings
- Dominant language
- PHP
- Stars
- 7.1k
- Forks
- 1.6k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 193
Description
## Prerequisites
- [x] I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
- [x] The feature is still missing in the latest stable version of Elementor ( Elementor Pro. )
**What problem is your feature request going to solve? Please describe.**
Hi. Can you allow users to set typography in lightbox settings? At the moment, we are able to change only the font color, not any other title/description/counter/share popup font settings.
**Describe the solution you'd like**
Possibility 1: allow users to choose HTML Tag for "Title", "Description", "Counter", "Share Popup". So the typography comes from Theme Style.
Possibility 2 (better coexist with possibility 1): allow users to change font size, font family, font weight, text transform, font style, line height and letter spacing with buttons from typography group control.

**Describe alternatives you've considered**
At the moment, I need to manually apply custom CSS in **every** page of my site.
For example, regarding the title of the images in lightbox:
.elementor-slideshow__title {
font-size: 17px;
font-weight: 600;
letter-spacing: -0.825px;
line-height: 1.5em;
}
**Additional context**
Screenshot inside the feedback.
Contributor guide
Assessment
This issue has not been assessed yet.