Comments Parviz555 started the conversation3 weeks ago on January 2, 2020 at 9:17amNavigation dots (buttons) on the main slider only show after pressing the search button, how to enable them by default? (Demo 3)Attached files: navigation_buttons.jpg buttons_12.jpg 63Ali replied2 weeks ago on January 4, 2021 at 3:12pmHello, Kindly go to Widgets.css file ( /assets/css/widgets.css)Add this code to Line 51:.slick-dots { /* display: -webkit-box; */ display: flex; -webkit-box-pack: center; justify-content: center; margin: 0; padding: 0; list-style-type: none; position: absolute; top: -30px; right: 15px; z-index: 2222;}Thanks. Sign in to reply ...
Navigation dots (buttons) on the main slider only show after pressing the search button, how to enable them by default? (Demo 3)
Attached files: navigation_buttons.jpg
buttons_12.jpg
Hello,
Kindly go to Widgets.css file ( /assets/css/widgets.css)
Add this code to Line 51:
.slick-dots {
/* display: -webkit-box; */
display: flex;
-webkit-box-pack: center;
justify-content: center;
margin: 0;
padding: 0;
list-style-type: none;
position: absolute;
top: -30px;
right: 15px;
z-index: 2222;
}
Thanks.