Okay
  Public Ticket #1448095
Adding an email button to off canvas menu
Closed

Comments

  • Catherine started the conversation

    Hi,

    I am in the final throws of getting the site up and I am thrilled with the theme. 

    I added a button to my off canvas menu for people to contact me via email. I added a "Custom HTML" widget and then added the following:

    [button open_new_tab="true" color="extra-color-2" url="mailto:[email protected]?subject=Saying Hi!" text="Say Hi!"]

    I would like to change the font family, color and size. Can you please help me figure that out?

    Thanks!

  •  8,426
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   Catherine replied privately
  •  2,727
    Andrew replied

    Hey there,

    Thanks for reaching in,

    You can use this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    .textwidget.custom-html-widget.nectar-button span { 
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            color:black;
            font-size:30px;
        }

    Hope this helps,

    Regards

  • Catherine replied

    Thanks!