Comments Clemens Meyer started the conversationMay 25, 2020 at 2:59pmIs there any chance to make the arrows in the basic slider invisible? This is my latest layout work and it really pains me to see those arrows.Many thanks in advance :) 2,979Andrew repliedMay 25, 2020 at 3:50pmHi Clemens, Use the following custom css in Salient > General settings > CSS/Script related: .flex-gallery .flex-direction-nav{ display: none !important; } Hope this helps.Clemens Meyer repliedMay 25, 2020 at 3:55pmI have copied exactly your code to the mentioned Css box. Nothing changed so far. Thank you for the rapid response time :) 2,979Andrew repliedMay 25, 2020 at 4:03pmHi Clemens,Updated the recently sent css. Copy againThanks.Clemens Meyer repliedMay 25, 2020 at 4:06pmYES! Solved, thank you <3Love the look now! Clemens Meyer repliedMay 25, 2020 at 4:09pmCan the same be done for mobile layout? It seems the disappearance is only valid on desktop, correct?many thanks! 2,979Andrew repliedMay 25, 2020 at 4:24pmHi Clemens,Try the following: .flex-gallery .flex-direction-nav li{ display: none !important; } Kind regards. Clemens Meyer replied privately Andrew replied privately Sign in to reply ...
Is there any chance to make the arrows in the basic slider invisible? This is my latest layout work and it really pains me to see those arrows.
Many thanks in advance :)
Hi Clemens,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
I have copied exactly your code to the mentioned Css box. Nothing changed so far.
Thank you for the rapid response time :)
Hi Clemens,
Updated the recently sent css. Copy again
Thanks.
YES! Solved, thank you <3
Love the look now!
Can the same be done for mobile layout? It seems the disappearance is only valid on desktop, correct?
many thanks!
Hi Clemens,
Try the following:
Kind regards.