Okay
  Public Ticket #1376286
HOME Slider
Closed

Comments

  • pranawebmedia started the conversation

    Hi!

    In the Home Slider there is a button that is deactivated in the Responsive. How can I enable it in the Responsive? Tnks!

  •  2,010
    Ocean replied

    HI,

    you can add css code. GO to borrow Option/Styling Option/Css Code =>add css

    @media (max-width: 767px) {

    .slider-captions .btn btn-default.hidden-xs {

    displayblock!important;

    }

    }