• Resolved dgviniciusrocha

    (@dgviniciusrocha)


    I have a problem with Custom CSS on Elementor. I added a Custom CSS in a element from other page, of same site, and the custom CSS is showing in other pages, other blocks.

    I added the CSS Selector with list-style-image, clean cache, but the css effect’s still on! And the “best” part, the Custom CSS code not appear on CTRL+U of other pages.

    Please, what’s happening?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Also, please copy/paste your custom CSS. Thanks.

    Thread Starter dgviniciusrocha

    (@dgviniciusrocha)

    selector {
    
    animation: pisca 1s;
    margin-top: 0%;
    animation-iteration-count : infinite;
    }
    
    @keyframes pisca {
    0% {
    transform: scale(1);
    	}
    50% {
    transform: scale(1.1);
    }
    100% {
    transform: scale(1);
    }
    }

    The site is [moved to first message in topic]

    The PORTFOLIO section, i added a custom CSS to pulse effect in other page, but I removed ALL custom CSS from all pages, but did not work. The effect still active.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Disable whatever caching and optimization plugins you’re using.

    Thread Starter dgviniciusrocha

    (@dgviniciusrocha)

    Solved. I needed to change the MOVE EFFECT from NONE to DEFAULT.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Elementor, CSS Issues, Custom CSS’ is closed to new replies.