Okay
  Public Ticket #2421594
Change icon on button
Closed

Comments

  •  21
    Simon started the conversation

    The 'arrow animation' button is really nice but people don't realise it is a link as the starting icon is a dash and doesn't clearly indicate a nav item.

    It would be much more intuitive if it was an arrow (especially on mobile).

    Is there some global css to change the opening dash to the hover arrow

    Many thanks, Si




  •  2,979
    Andrew replied

    Hi Simon,

    Try the following custom css:

    .nectar-cta[data-style="arrow-animation"] svg polyline {
        stroke-dashoffset: unset;
        animation: none;
    }
    

    Hope this helps.

  •  21
    Simon replied

    Works great, many thanks Andrew.