Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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?

    #1131779

    Sorry, 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.

    #1131970

    Hi 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,
    Victoria

    #1132166
    This reply has been marked as private.
    #1132639

    Hi,

    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,
    Rikard

    #1132652
    This reply has been marked as private.
    #1132868

    Hi,

    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,
    Rikard

    #1133146

    Thanks 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!

    #1133607

    Hi,

    It should not do that, that is what the .home class is for. Where can we see it applying to other pages?

    Best regards,
    Rikard

    #1133610

    @media only screen and (max-width: 767px) {

    #top:not(.home) .slideshow_caption {
      display:none;
    }
    }
    #1133861

    Hi 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,
    Rikard

    #1135251

    Thanks Rikard and @guenni007 worked a treat! thanks

    #1135431

    Hi Marssolutions,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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