# easy-elements/1.4.9/widgets/page-title/css/page-title.css

Easy Elements for Elementor – Addons &amp; Website Templates, version 1.4.9. 32 lines.

- Page: https://pluginprobe.com/plugins/easy-elements/1.4.9/code/widgets/page-title/css/page-title.css
- Raw: https://pluginprobe.com/plugins/easy-elements/1.4.9/raw/widgets/page-title/css/page-title.css
- Modified: 2026-06-11T11:19:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/easy-elements/1.4.9/code/widgets/page-title/css/page-title.css#L10-L20`.

```css
:root {
  --e-global-color-primary: #EAA638;
}

.eel-page-title {
  line-height: 100%;
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eel-page-title .eel-border-left {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1490196078);
}

.eel-highlighted {
  color: var(--e-global-color-primary);
}

.eel-title-size-small .eel-page-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #0B3665;
}

.eel-border-position-right .eel-border-left {
  order: 2;
}
```
