Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #746613

    Is there an option to hide a layer in Layerslider when at screen width is at 1300px???

    I am getting an intersection if the logo and the layers in Layerslider

    Also; the mobile menu does not appear to be working.

    #746636

    Hey whdsolutions!

    You can to hide one slide or one layer only?
    Can you please make it a little bit more clear?

    Regards,
    Basilis

    #746642

    The wording ‘WELCOME TO RIJAV’

    AND

    the MAKE RESERVATION button

    These need to hide at 1300px

    #748597

    Hi,

    You can add a class in Links & Attributes (for example you have a class of hideme) then add this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1300px) {
      #top .hideme {
        display: none !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

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