-
AuthorPosts
-
July 21, 2016 at 12:58 pm #663374
Hi there,
I would like to remove the Textanimations from the Slider (Full width)-Element. Suggestions i found in the forum didn’t work.
I also would like to remove the Caption Text from the mobile Version, so that there only Headline and buttons would be visible.thanks for your support..
best regards,
marcus
July 21, 2016 at 9:02 pm #663605Hi Marcus,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardJuly 21, 2016 at 9:18 pm #663609no Problem:
July 24, 2016 at 2:21 pm #664355Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-caption-title, avia-caption-content { animation:none !important; } @media only screen and (max-width: 767px) { .avia-caption-content{ display:none !important; } }
Thanks,
Rikard- This reply was modified 8 years, 4 months ago by Rikard.
July 24, 2016 at 4:59 pm #664409Hi Rikard,
unfortunately this did not change one thing. Still animating, still animation and caption on mobile.
regards,
Marcus
July 26, 2016 at 12:42 am #664986Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitJuly 26, 2016 at 10:01 am #665193Hi Yigit,
Here are the login credentials.
Thanks,
Marcus
July 26, 2016 at 9:37 pm #665489Hi,
You had a missing closing curly bracket in your style.css file, i added it and then added following code to bottom of Quick CSS
.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button, .avia_transform .av_fullscreen .active-slide .avia-slideshow-button,.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { visibility: visible; -webkit-animation: none!important; animation: none!important; }
please review your website now
Best regards,
YigitJuly 27, 2016 at 11:18 am #665659Thanks Yigit !
Stupid me :) – This did the trick
Added this to shut of the caption-text on Smartphones:
@media only screen and (max-width: 767px) { .avia-caption-content { display:none !important; } }
Case solved –
Best Regards,
Marcus
July 27, 2016 at 11:58 am #665664 -
AuthorPosts
- The topic ‘Remove Textanimations from Slider (Full-Width)-Element’ is closed to new replies.