PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.2.1
Easy Elements for Elementor – Addons & Website Templates v1.2.1
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
← All changes | widgets/heading/css/heading.css +2 -8 1.4.71.2.1 View file →
@@ -5,9 +5,9 @@
5 5 }
6 6
7 7 .e-e-title {
8 8 color: var(--e-global-color-secondary);
9 - margin: 0;
9 + margin-bottom: 16px;
10 10 }
11 11
12 12 .e-e-title a {
13 13 color: currentColor;
@@ -14,9 +14,8 @@
14 14 }
15 15
16 16 .e-e-title span {
17 17 color: var(--e-global-color-primary);
18 - display: inline-block;
19 18 }
20 19
21 20 .e-e-description {
22 21 color: var(--body-color);
@@ -86,17 +85,12 @@
86 85 padding-right: 10px;
87 86 width: 100%;
88 87 }
89 88
90 -.e-e-heading.has-watermark {
91 - position: relative;
92 - z-index: 1;
93 -}
94 -
95 89 .eel-watermark {
96 90 position: absolute;
97 91 bottom: 10px;
98 - left: 10px;
92 + right: 10px;
99 93 font-size: 120px;
100 94 font-weight: bold;
101 95 color: transparent;
102 96 -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);