I'm currently trying to add navigation arrows to the slideshow provided by the narrative theme. Ideally, these arrows only show up when hovered on. Conveniently, there's already a button with the class "slideshow__navigation-item". It looks ok on mobile view, but when I switch to desktop view the button is gone. Has anyone figured this out?
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
@palemliving - button not seen on mobile view, can you share screenshot of button?
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (min-width: 750px){
.slideshow__indicators { display: block !important; height: 35px; display: flex !important; }
}
Hope this works.
Thanks!
User | Count |
---|---|
458 | |
195 | |
139 | |
61 | |
42 |