Hi!
I am wanting to hide the gallery arrows on my home page so that it is just a slideshow, however display them on my other gallery pages.
I tried this....
collection-(insert collection number) .nav-button.prev-slide { display: none !important; }
collection-(insert collection number) .nav-button.next-slide { display: none !important; }
which works for the simple arrows but when using circle style arrows I am left with a black circle?
Any ideas?
Thanks in advance.