Navigation : Bootstrap Nav Templates Bootstrap Carousel Templates Bootstrap Gallery with Tabs - Bootstrap Gallery - Gallery Example 2 - Gallery Example 3 Bootstrap Vertical Tabs&Pils Bootstrap Gallery Home Profile Messages Settings HTML CSS JavaScript Home Profile Messages Settings COPY CODE body a, body .btn { -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; font-family: ‘Montserrat’, sans-serif; } .nav-tabs>li>a { margin-right: 2px; line-height: 1.42857143; border-radius: 4px 4px 0 0; text-transform: uppercase; color: #5b9ee6 !important; font-weight: inherit !important; } .nav-tabs>li>a:hover { border-color: #eee #eee #ddd } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #FFFFFF; cursor: default; background-color: #00C0FF !important; font-weight: 500; border: 1px solid #016da8 !important; border-radius: 20px; text-transform: uppercase; -webkit-box-shadow: 1px 1px 1px 0px rgba(233, 233, 233, 1.00); box-shadow: 1px 1px 1px 0px rgba(233, 233, 233, 1.00); } .nav>li>a:hover, .nav>li>a:focus { text-decoration: none; border: 1px solid #016da8 !important; border-radius: 20px; } .tab-content { margin-top: 50px; margin-bottom: 30px; } .nav-tabs { border-bottom: none !important; } .nav-tabs .nav-link.active { border: 1px solid #016da8 !important; border-radius: 20px; } .tab-pane>.row { margin-left: 0px !important; margin-right: 0px !important; } .image-box-css>a { padding-bottom: 15px; } COPY CODE $(document).on(‘click’, ‘[data-toggle=“lightbox”]‘, function (event) { event.preventDefault(); $(this).ekkoLightbox(); }); COPY CODE