SQLite How to by Tag:
Try to remove all opacity properties and use this CSS: .owl-buttons { display: none; } .owl-carousel:hover .owl-buttons { display: block; } For example: http://codepen.io/glebkema/pen/GqbWYd $(document).ready(function() { $("#owl-example").owlCarousel({ itemsDesktop : [1499,4],...
Try this : @media all and (max-width: 658px) { // for mobile devices .dots { display:none; } // this is just an example, you can change dots with your own...
Without your markup, it's a bit of an educated guess, but after looking at the owl carousel demo, I believe I can help. The elements are addressed in this CSS...