تالار گفتمان nCIS.ir

نسخه‌ی کامل: تغییر افکت در اسلاید شو بوت استرپ
شما در حال مشاهده نسخه آرشیو هستید. برای مشاهده نسخه کامل کلیک کنید.
سلام
چطور می تونم حاشیه های سیاه رنگ کناری اسلاید شو در بوت استرپ رو از بین ببرم؟ رنگ کلاس های مربوطه رو Transparent کردم اما تغییری نکرد.
<!-- Left and right controls -->
            <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
               <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
               <span class="sr-only">Previous</span>
           </a>
           <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
               <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
               <span class="sr-only">Next</span>
           </a>