Okay
  Public Ticket #3449292
Button with transparency and stroke
Closed

Comments

  •  4
    miguelserra started the conversation

    Hi, how can I replicate this button in the attachments?

    A button with transparency and stroke, with an hover effect changing the filled color and text color.

    Thanks!

  •  3,278
    Austin replied

    Hello there,

    Thank you for getting back to us.

    Try adding a Call to action button and set the style as "see through button".

    9136051700.png

    You can also read more about nectar buttons here https://themenectar.com/salient/elements/buttons/.

    Try that and let us know how it goes.

    Cheers,

  •  4
    miguelserra replied

    Thanks Andrew, but the result I get is not what I wanted. 

    See my previous attachments. 

  •  9,449
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.

    Thanks.


     Salient Support Team


  •  4
  •  9,449
    Tahir replied

    Hey Again,

    Could you setup a test page where we can view the button issue ?. 

    Thanks.


     Salient Support Team


  •  4
    miguelserra replied

    Yes, you can see this page for example: https://abrigosbaleeiros.com/alojamento/

    Is there any way to personalize the stroke, border radius, etc?

    Thanks

  •  9,449
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body[data-button-style*="slightly_rounded"] .nectar-button.see-through-3 {
        border-radius: 10px!important;
        -webkit-border-radius: 10px!important;
        border-style: dotted !important;
    }

    Thanks


     Salient Support Team


  •  4
    miguelserra replied

    Thank you Tahir!

    Cheers