Shop Categories

X

Turn off particle for mobile

Home Forums Agama Pro Turn off particle for mobile

Topic Resolution: Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #9505
    PYUREcrew
    Participant

    Dear Support,
    how can i deactivate the particles in the slider for mobile devices?

    #9514
    Zex
    Moderator

    Hello,PYUREcrew!

    To turn off the particles on the mobile devices, insert next code in Customize->General->Additional CSS:

    @media (max-width:480px) {
    .agama-particles{
     display: none;	
    }   

    Change a max-width value per your needs.

    Regards

    #9522
    PYUREcrew
    Participant

    thank you 🙂

    #9524
    PYUREcrew
    Participant

    whoops, yes. particles turn off. but then the changes that i made on the preleader and contact-formular disappear.

    #9525
    Zex
    Moderator
    This reply has been marked as private.
    #9529
    PYUREcrew
    Participant

    in the additional css it still tells me that there is a mistake (like with the code before), but this time it works, as far as i can see it yet.

    #9530
    Zex
    Moderator

    Sorry, it’s my mistake!

    one more bracket should be added at the end 🙂

    so this is a right code:

    @media (max-width:480px) {
    #particles-js{
     display: none;	
        }  		
    }

    Regards

    #9535
    PYUREcrew
    Participant

    that was it! 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.