Unverified

Name

Elementor Gradients Headings

About

CSS Code for background gradients on headings in Elementor

Language

CSS

Rating

Voted: 4 by 4 user(s)

How to Setup Snippet

1. Create a gradient background to the heading under Advanced 2. Add the class text-fill to the heading

Link for further information:

The author has provided the following URL that may be helpful to setting up or using this snippet:

https://youtu.be/KwIkigxZ-oM

Codevault

royeyal

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

06/12/2023

Important Note

This snippet has the following status:

Unverified

This snippet has not been verified, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

Elementor Gradients Headings

 
                    
1/***
2* Snippet: Headings with background gradient
3* Language: CSS
4* Builder: Elementor
5* Builder version tested: 3.15.1
6* WordPress version tested: 6.1
7* Author: Roy Eyal
8* CSS Class: text-fill
9* Instructions: 1. Create a gradient background to the heading under Advanced 2. Add the class text-fill to the heading
10* Note: The order of the instructions matters! Otherwise, adding the class will just hide the heading as the heading color becomes transparent
11* Video URL: https://youtu.be/KwIkigxZ-oM
12* Support: background-clip & text-fill-color
13* https://caniuse.com/?search=background-clip
14* https://caniuse.com/?search=text-fill-color
15*/
16@supports (background-clip: text) {
17 .elementor-widget-wrap .text-fill .elementor-heading-title,
18 .e-container .text-fill.elementor-widget-heading .elementor-widget-container {
19 text-fill-color: transparent;
20 -webkit-text-fill-color: transparent;
21 
22 background-clip: text;
23 -webkit-background-clip: text;
24 }
25}

4

Related Snippets

Please see some snippets below related to this snippet..

Elementor

AI Verified

0

Reorder Columns in mobile view

Added: 1 year ago

Last Updated: 1 year ago

By using This snippet you can see new option in mobile view to reorder the column the way you need.

Elementor

Unverified

1

Change image on hover - Elementor

Added: 1 year ago

Last Updated: 5 months ago

JQuery code snippet that changes image on hover

Elementor

AI Verified

0

Render ACF Pro Repeater Field as shortcode in Elementor

Added: 6 months ago

Last Updated: 6 months ago

Renders the Contents of an ACF Pro Repeater field as an HTML table using a simple shortcode.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Elementor

Unverified

4

Elementor Gradients Headings

Added: 1 year ago

Last Updated: 3 months ago

CSS Code for background gradients on headings in Elementor

Elementor

Public

3

Align Icon List items to the top

Added: 1 year ago

Last Updated: 1 year ago

Align Icon List widget items to the top, instead of the middle

WooCommerce

AI Verified

1

WooCommerce hide product summary

Added: 1 year ago

Last Updated: 1 year ago

Hides the product summary in single product globally