• Resolved David_G

    (@questas_admin)


    Is there any way to disable the “call to action” buttons in the slider ONLY on mobile devices?

Viewing 2 replies - 1 through 2 (of 2 total)
  • rdellconsulting

    (@rdellconsulting)

    Try:

    @media (max-width: 979px) {
    .carousel-caption .btn {display:none;}
    }

    You’ll need to adjust @media to your definition of mobile, but 979 is the twitter bootstrap setting.

    Thread Starter David_G

    (@questas_admin)

    That worked, thanks. I did however have that background shadow so I removed the “.btn” and now it’s all gone on mobile.

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

The topic ‘Call to action buttons’ is closed to new replies.