Okay
  Public Ticket #2336949
Remove circle outline from See Through Button CTA
Closed

Comments

  •  2
    ebenet started the conversation

    I would like the see through CTA to just be the arrow and remove the circle outline. 

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   ebenet replied privately
  •  8,992
    Tahir replied

    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 .link_wrap .link_text:after, .nectar-cta[data-style="material"] .link_wrap .link_text:before, .nectar-cta[data-style="material"] .link_wrap .circle {
        border: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    ebenet replied

    Beautiful!!