freelancer mojibur

HOW TO CREATE GRADIENT TEXT IN ELEMENTOR PRO WITH CUSTOM CSS

Custom CSS for Heading Text

selector .elementor-heading-title{
    background-image: linear-gradient(to right top, #ffffff, #cafcff, #00ffff, #00ffdc, #34fc42);
    background-clip: text;
    -webkit-background-clip: text;
}

Custom CSS for Paragraph Text

selector .elementor-text-editor{
    background-image: linear-gradient(to right top, #ffffff, #cafcff, #00ffff, #00ffdc, #34fc42);
    background-clip: text;
    -webkit-background-clip: text;
}

One Response

Leave a Reply

Your email address will not be published. Required fields are marked *