I’ve added button shortcode to the footer > widget > Custom HTML object. However the button doesn’t match the other website’s buttons, specifically the button colour, the text font size, the padding around the text, and the button corner radius.
I used this code:
[av_button label='Text' link='manually,http://' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#9537e7' custom_font='#ffffff' av_uid='av-5obiu2i']
What’s the correct code to get a matching button?
Hey Tanja,
Try using the shortcode wand
which will let you use the button element to build your button like your others so they match.
Or you could use Avia Layout Builder Debugger so you can view the shortcode of the other buttons.
The shortcode that you used above doesn’t have all of the attributes for the colors, size, etc.
Best regards,
Mike
Thank you! This is solved and can be closed.