Okay
  Public Ticket #2416250
Visual
Closed

Comments

  • Clemens Meyer started the conversation

    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 :)

  •  2,979
    Andrew replied

    Hi 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 replied

    I have copied exactly your code to the mentioned Css box. Nothing changed so far. 
    Thank you for the rapid response time :)

  •  2,979
    Andrew replied

    Hi Clemens,

    Updated the recently sent css. Copy again

    8762473980.png


    Thanks.

  • Clemens Meyer replied

    YES! Solved, thank you <3

    Love the look now! 

  • Clemens Meyer replied

    Can the same be done for mobile layout? It seems the disappearance is only valid on desktop, correct?

    many thanks!

  •  2,979
    Andrew replied

    Hi Clemens,

    Try the following:

    .flex-gallery .flex-direction-nav li{
        display: none !important;
    }
    

    Kind regards.

  •   Clemens Meyer replied privately
  •   Andrew replied privately