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
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
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
Hi,
Add this to quick css:
#top .footer_color .avia-button.avia-color-theme-color{
border:none!important;
}
Best regards,
Jordan Shannon
It worked! Thank you very much for all your help.
Kind Regards,
Eefke
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon