Hi,
I know it’s not yet possible to change the resolution of the accordion-slider on mobile devices, but is it possible to only include the “slide titles” on mobile devices and at the same time include both the “slide titles” and “excerpts/captions” on the standard desktop view?
Currently this is not possible. Either you can include both on both website views (desktop and mobile) or you can include both captions and slide titles on desktop view but not include them on mobile. Is there a workaround for this?
Thanks in advance.
Regards,
Ben
Hey SynergyLanguageServices!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
.avia-caption-content, .avia-slideshow-button { display: none !important; }
}
Cheers!
Elliott
Hi Elliott,
Thank you, but this didn’t do anything. I did delete cache on my mobile’s browser. (I use Samsung Galaxy S2 with Android browser)
Maybe I confused you, what I want is to only show “slide titles” on the mobile view, not the “excerpts/captions”.
At the same time on the desktop view however I want to show both the “slide titles” as well as the “excerpts/captions”.
Is there a way to do so?
Many thanks,
Ben
Hey!
Please try adding following code to Quick CSS
@media only screen and (max-width: 769px) {
.aviaccordion-excerpt { display: none !important; }}
Cheers!
Yigit
Hi Yigit,
This did work, great stuff, thank you!
Kind regards,
Ben