Hello adeliax,
Go to admin panel
Add this css at the end of
Online Store-> Themes -> Edit code->Templates->theme.scss.liquid
@media screen and (min-width: 768px) { .hero__controls-icon.slick-prev { display: none !important; } .site-header .site-header__link.text-link { display: none; } }
Hello adeliax,
Please share your site url.
Hello adeliax,
Add this css this will work:
@media screen and (min-width: 768px) { .hero__controls-icon.slick-prev { display: none !important; } .hero__controls-icon.slick-next { display: none !important; } }
As i can see it is working , put that code again and check on other browser.
Hello adeliax,
Remove previously added css add this css:
.hero__dots-wrapper .hero__pause.hero__controls-icon { display: none; } .hero__dots-wrapper .slick-dots { display: none !important; }
User | Count |
---|---|
23 | |
19 | |
18 | |
17 | |
16 |