Okay
  Public Ticket #1731147
How to make mouse effect
Closed

Comments

  • LucasHogendoorn started the conversation

    Hey, ThemeNectar support! I have an issue. On the site http://edircreative.com/, you can see that there is an icon that shows that the person on the site has to scroll down. How do I make this myself? I don't know how to do that. Thank you, 


    - Lucas.

  •  8,998
    Tahir replied

    Hey Again,

    You will have to use the HTML for it : 

    <a href="#" class="section-down-arrow "><svg class="nectar-scroll-icon" viewBox="0 0 30 45" enable-background="new 0 0 30 45">
                                <path class="nectar-scroll-icon-path" fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M15,1.118c12.352,0,13.967,12.88,13.967,12.88v18.76  c0,0-1.514,11.204-13.967,11.204S0.931,32.966,0.931,32.966V14.05C0.931,14.05,2.648,1.118,15,1.118z"></path>
                              </svg></a>
    

    Best 


    ThemeNectar Support Team