-
AuthorPosts
-
August 28, 2019 at 2:49 am #1131481
Hey Enfold, so on mobile portrait and landscape screen I wont to remove my captions and buttons in my fullwidth slider. I use the slider as my top banner. Can you help?
August 29, 2019 at 3:26 am #1131779Sorry, one addition to this is that I’d like to keep the caption and buttons on the home page, but not on any other pages.
August 29, 2019 at 4:35 pm #1131970Hi Marssolutions,
Could you please give us a link to your website, we need more context to be able to help you.
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaAugust 30, 2019 at 6:50 am #1132166This reply has been marked as private.September 1, 2019 at 6:48 am #1132639Hi,
Thanks for the screenshot and for the clarification. Could you post a link to the actual site as well please? We need to inspect the actual element in order to give you accurate CSS.
Best regards,
RikardSeptember 1, 2019 at 10:45 am #1132652This reply has been marked as private.September 2, 2019 at 8:35 am #1132868Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .home .slideshow_caption { display:none; } }
Best regards,
RikardSeptember 3, 2019 at 1:33 am #1133146Thanks Rikard, it works, however, I’d like to keep the caption and buttons on the home page, but exclude captions and buttons on all other pages. Your code removes the caption and buttons from all pages. Can you supply code that keeps the caption and buttons on the home page, but not on any of the sites other pages, thanks!
September 4, 2019 at 5:45 am #1133607Hi,
It should not do that, that is what the .home class is for. Where can we see it applying to other pages?
Best regards,
RikardSeptember 4, 2019 at 5:49 am #1133610@media only screen and (max-width: 767px) {
#top:not(.home) .slideshow_caption { display:none; } }
September 4, 2019 at 2:39 pm #1133861Hi again Marssolutions,
Sorry, I didn’t read exactly what you were looking for. If you need for them to be gone on the entire site except for the home page then the code posted by @guenni007 should do the trick. Thanks for helping out @guenni007 :-)
Best regards,
RikardSeptember 7, 2019 at 7:38 am #1135251Thanks Rikard and @guenni007 worked a treat! thanks
September 7, 2019 at 5:44 pm #1135431Hi Marssolutions,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.