New Landing How can we help? Themeforest Theme Support Flexform Hide Rev Slider – in responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #6611
    ojasray
    Member
    Post count: 11

    I know this is a dumb question – and i am just missing something…but i want to hide my homepage rev slider during responsive.

    How can i do that?

    #6966
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Custom CSS in the general theme options:

    @media screen and (max-width: 768px) {
      .rev_slider_wrapper {
        display: none !important;
      }
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register