I would like to know how to change this so it looks like the live demo. Please help.
To change the issue, you can send me your site for further checking.
Firstly, you can log in to Dashboard > Settings > DW Shortcode options, then uncheck " Twitter Bootstrap CSS & Twitter Bootstrap JS" section. Unfortunately, DW Shortcode bootstrap plugin is out of development so that it is no longer maintained and supported as well.
– If you still face there issue, you can add the following code to the style.css file:
.dw-trendy-slide .carousel-control.right span:before, .dw-trendy-slide .carousel-control.left span:before, .dw-trendy-slide .carousel-control.right span:after, .dw-trendy-slide .carousel-control.left span:after { border-left: 30px solid transparent; border-right: 30px solid transparent; }
.site-footer .back-top a:before, .site-footer .back-top a:after { border-left: 30px solid transparent; border-right: 30px solid transparent;}
.carousel-control { top: 50%; }
.carousel-inner .item > img { max-height: 520px; }
Hope this helps !
Please login or Register to submit your answer
replied 11 years ago
Dominic informed me I had to uncheck the DW bootstrap plugin because it is no longer supported or maintained. This solved the issue! Thanks Dominic! You’re awesome.