Okay
  Public Ticket #2463628
Up Arrow for CTA
Closed

Comments

  •  2
    hfcalvin started the conversation

    Hi, 
    Is it possible to have an Up Arrow in the Call to Action Module. Especially the animated ones.

    (I am trying to use it as a Back to Top button in my individual Portfolio page)

    Thank you.

  •  8,884
    Tahir replied

    Hey Again,


    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-cta[data-style="arrow-animation"] svg {
        transform: rotate(-90deg) !important;
        top: 0px;
    }

    Thanks


    ThemeNectar Support Team