I’ve added an enfold button to a widget using the following text:
[av_button label='Click here' link='http://data.worldbank.org/indicator/EN.ATM.CO2E.PC' link_target='' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']
It works very well but I want the button to open the link in a different window. How can I do that?
Thank you!
Hi ahuby,
Please try the following:
[av_button label='Click here' link='http://data.worldbank.org/indicator/EN.ATM.CO2E.PC' link_target='_blank' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']
Regards,
Rikard
Thank you Rikard. Kind regards