elementor / elementor/elementor

🚀 Feature Request: Add Typography to Lightbox Styles in Site Settings

Open
#10,605 1 comment 0 reactions 0 assignees View on GitHub
component/lightbox control/group/typography editor/site-settings mod/m* mod/r* request/enhancement type/global-styles
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.
![image](https://user-images.githubusercontent.com/61061987/74794835-185b3980-52a3-11ea-917b-96f1be576ac5.png)

**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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.