Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #958284

    Hi,

    I’ve placed the following code in a textbox to make a button of it in my footer:

    [av_button label='Maak een afspraak voor een gratis oriëntatiegesprek' link='http://shedoesitcoaching.com/contact/' link_target='' color='theme-color' custom_bg='#44444' custom_font='#ffffff' size='medium' position='left' icon_select='yes' icon='']

    The button is white and I would like to change the colour of it.
    How can I do that in this code?

    Eefke

    #958995

    Hey shedoesitcoaching,

    Your site is under construction so we can’t view it, please post login details in private. Did you try to change the custom_font and custom_bg values in the shortcode?

    Best regards,
    Rikard

    #960238
    This reply has been marked as private.
    #960957

    Hi Eefke,

    You can change the colors to whatever you like in the code below.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #text-6 .avia-button {
      background-color: #666;
      border-color: #ccc;
      
    }
    #text-6 .avia-button  .avia_iconbox_title {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #961170
    This reply has been marked as private.
    #961199

    Hi,

    Add this to quick css:

    #top .footer_color .avia-button.avia-color-theme-color{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #961271

    It worked! Thank you very much for all your help.

    Kind Regards,
    Eefke

    #961725

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Colour of button in footer’ is closed to new replies.