Unverified

Name

Custom Elementor CSS Background Effect

About

Animated Rainbow Gradient & Transition Effect for Elementor Section Background

Language

CSS

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Simply paste into Elementor Custom CSS

Codevault

FP---Codevault

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.

Website/ Profile URL:

https://frankpurcell.co.za

History

Last modified:

26/03/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.

Custom Elementor CSS Background Effect

 
                    
1.elementor-background {
2 background: linear-gradient(-45deg, #a7ffeb, #64b3f4, #c2e59c, #f9be7c, #f093fb, #f5576c);
3 background-size: 400% 400%;
4 animation: rainbow-background 12s ease infinite;
5 position: relative;
6 }
7 
8 @keyframes rainbow-background {
9 0% {
10 background-position: 0% 50%;
11 }
12 50% {
13 background-position: 100% 50%;
14 }
15 100% {
16 background-position: 0% 50%;
17 }
18 }

0

Related Snippets

Please see some snippets below related to this snippet..

Styling

AI Verified

0

Hex Transparency Converter

Added: 6 months ago

Last Updated: 6 months ago

When adjusting the transparency of a colour the amount of transparency is shown as a Hexadecimal value, not a percentage. So it is difficult to set the transparency to say 75% other than a guess. This...

Styling

Unverified

0

default css

Added: 5 months ago

Last Updated: 5 months ago

Styling

AI Verified

1

Shake Animation

Added: 1 year ago

Last Updated: 1 year ago

Shake Animation.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

1

Remove WooCommerce Lightbox Zoom

Added: 1 year ago

Last Updated: 1 day ago

Remove the zoom and lightbox features from the WooCommerce product gallery.

WooCommerce

AI Verified

0

WooCommerce Shipping Method Button

Added: 1 year ago

Last Updated: 1 year ago

WooCommerce

AI Verified

0

WooCommerce - My Account - Edit Address - Fix

Added: 1 year ago

Last Updated: 1 year ago

Fixes the issue with the "Edit Address" text missing from the user's My Account menu. This happens due to a language conflict when using English (South African/US), however using English (UK) also res...